Home
last modified time | relevance | path

Searched refs:instruction_code (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/tools/jvmti-agents/titrace/
H A Dinstruction_decoder.cc487 #define MAKE_ENUM_DEFINITION(opcode, instruction_code, name, format, index, flags, extended_flags, … argument
488 instruction_code = opcode, /* NOLINT */
498 #define MAKE_ENUM_DEFINITION(opcode, instruction_code, name, format, index, flags, extended_flags, … in ToString() argument
499 case instruction_code: return (name); in ToString()
/aosp_15_r20/external/angle/build/android/gyp/
H A Dcreate_unwind_table.py174 instruction_code = 0b01000000 if offset < 0 else 0b00000000
178 instruction_code | ((min(abs_offset, 0x100) - 4) >> 2)
182 instructions.append(instruction_code | ((abs_offset - 0x100 - 4) >> 2))
/aosp_15_r20/external/cronet/build/android/gyp/
H A Dcreate_unwind_table.py174 instruction_code = 0b01000000 if offset < 0 else 0b00000000
178 instruction_code | ((min(abs_offset, 0x100) - 4) >> 2)
182 instructions.append(instruction_code | ((abs_offset - 0x100 - 4) >> 2))