Searched refs:OP_XOR_INT (Results 1 - 11 of 11) sorted by relevance

/dalvik/vm/mterp/c/
H A DOP_XOR_INT.cpp1 HANDLE_OP_X_INT(OP_XOR_INT, "xor", ^, 0)
/dalvik/libdex/
H A DDexOpcodes.h222 OP_XOR_INT = 0x97, enumerator in enum:Opcode
488 H(OP_XOR_INT), \
/dalvik/vm/analysis/
H A DLiveness.cpp570 case OP_XOR_INT:
H A DDexVerify.cpp1005 case OP_XOR_INT:
H A DCodeVerify.cpp5590 case OP_XOR_INT:
/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp792 case OP_XOR_INT:
H A DBytecodeVisitor.cpp265 case OP_XOR_INT:
887 case OP_XOR_INT:
912 if(inst_op == OP_XOR_INT)
2264 case OP_XOR_INT:
4593 case OP_XOR_INT:
4601 inst_op == OP_AND_INT || inst_op == OP_OR_INT || inst_op == OP_XOR_INT) {
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp831 case OP_XOR_INT:
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp2383 /* File: c/OP_XOR_INT.cpp */
2384 HANDLE_OP_X_INT(OP_XOR_INT, "xor", ^, 0)
H A DInterpC-portable.cpp2394 /* File: c/OP_XOR_INT.cpp */
2395 HANDLE_OP_X_INT(OP_XOR_INT, "xor", ^, 0)
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp884 case OP_XOR_INT:

Completed in 72 milliseconds