| 1336 | return 0x00ffffff; |
| 1337 | } |
| 1338 | static inline bool is_opcode_long(Opcode opcode) |
| 1339 | { |
| 1340 | return (opcode & 0xff000000) == 0xff000000; |
| 1341 | } |
| 1342 | static inline bool is_opcode_take(Opcode opcode) |
| 1343 | { |
| 1344 | return (opcode & 0xfe000000) == 0xfe000000; |
nothing calls this directly
no outgoing calls
no test coverage detected