Home
last modified time | relevance | path

Searched refs:USHR_INT_LIT8 (Results 1 – 25 of 79) sorted by relevance

1234

/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java152 if (Opcode.isBetween(opcode, Opcode.ADD_INT, Opcode.USHR_INT_LIT8)) { in isArithmeticOperation()
268 intLit8Opcodes.add(Opcode.USHR_INT_LIT8);
H A DValuePrinter.java240 || Opcode.isBetween(opcode, Opcode.ADD_INT_LIT16, Opcode.USHR_INT_LIT8)) { in getInstructionOutputType()
/aosp_15_r20/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java262 public static final int USHR_INT_LIT8 = 0xe2; field in Opcodes
H A DOpcodeInfo.java930 public static final Info USHR_INT_LIT8 = field in OpcodeInfo
931 new Info(Opcodes.USHR_INT_LIT8, "ushr-int/lit8",
1190 set(USHR_INT_LIT8);
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java246 USHR_INT_LIT8, enumConstant
H A DInstruction.java549 addOpcodeInfo(Opcode.USHR_INT_LIT8, "ushr-int/lit8", 0xe2, new Format22b()); in addOpcodeInfo() argument
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDalvOps.java260 public static final int USHR_INT_LIT8 = 0xe2; field in DalvOps
H A DDops.java941 public static final Dop USHR_INT_LIT8 = field in Dops
942 new Dop(DalvOps.USHR_INT_LIT8, DalvOps.USHR_INT,
1171 set(USHR_INT_LIT8);
H A DRopToDop.java179 MAP.put(Rops.USHR_CONST_INT, Dops.USHR_INT_LIT8); in MAP.put() argument
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java936 public static final Dop USHR_INT_LIT8 = field in Dops
937 new Dop(Opcodes.USHR_INT_LIT8, Opcodes.USHR_INT,
1190 set(USHR_INT_LIT8);
H A DRopToDop.java356 MAP.put(Rops.USHR_CONST_INT, Dops.USHR_INT_LIT8); in MAP.put() argument
/aosp_15_r20/art/tools/veridex/
H A Dflow_analysis.cc522 case Instruction::USHR_INT_LIT8: { in ProcessDexInstruction()
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Ddex_instruction_list.h248 …V(0xE2, USHR_INT_LIT8, "ushr-int/lit8", k22b, kIndexNone, kContinue, kUshr | kRegCFieldOrConstant,…
/aosp_15_r20/tools/dexter/slicer/export/slicer/
H A Ddex_instruction_list.h252 …V(0xE2, USHR_INT_LIT8, "ushr-int/lit8", k22b, kIndexNone, kContinue, kUshr | kRegCFieldOrConstant,…
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Ddex_instruction_list.h248 …V(0xE2, USHR_INT_LIT8, "ushr-int/lit8", k22b, kIndexNone, kContinue, kUshr | kRegCFieldOrConstant,…
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Ddex_instruction_list.h248 …V(0xE2, USHR_INT_LIT8, "ushr-int/lit8", k22b, kIndexNone, kContinue, kUshr | kRegCFieldOrConstant,…
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Ddex_instruction_list.h248 …V(0xE2, USHR_INT_LIT8, "ushr-int/lit8", k22b, kIndexNone, kContinue, kUshr | kRegCFieldOrConstant,…
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Ddex_instruction_list.h248 …V(0xE2, USHR_INT_LIT8, "ushr-int/lit8", k22b, kIndexNone, kContinue, kUshr | kRegCFieldOrConstant,…
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Ddex_instruction_list.h248 …V(0xE2, USHR_INT_LIT8, "ushr-int/lit8", k22b, kIndexNone, kContinue, kUshr | kRegCFieldOrConstant,…
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_instruction_list.h248 …V(0xE2, USHR_INT_LIT8, "ushr-int/lit8", k22b, kIndexNone, kContinue, kUshr | kRegCFieldOrConstant,…
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Ddex_instruction_list.h248 …V(0xE2, USHR_INT_LIT8, "ushr-int/lit8", k22b, kIndexNone, kContinue, kUshr | kRegCFieldOrConstant,…
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/
H A DOpcode.java260USHR_INT_LIT8(0xe2, "ushr-int/lit8", ReferenceType.NONE, Format.Format22b, Opcode.CAN_CONTINUE | O… enumConstant
/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h1796 HANDLER_ATTRIBUTES bool USHR_INT_LIT8() { in USHR_INT_LIT8() function
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/
H A DMethodAnalyzer.java1014 case USHR_INT_LIT8: in analyzeInstruction()
/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_builder.cc3653 case Instruction::USHR_INT_LIT8: { in ProcessDexInstruction()

1234