Searched refs:OP_XOR_LONG (Results 1 - 10 of 10) sorted by relevance

/dalvik/vm/mterp/c/
H A DOP_XOR_LONG.c1 HANDLE_OP_X_LONG(OP_XOR_LONG, "xor", ^, 0)
/dalvik/libcore/dalvik/src/main/java/dalvik/bytecode/
H A DOpcodes.java204 int OP_XOR_LONG = 0xa2; field in interface:Opcodes
/dalvik/libdex/
H A DOpCode.h252 OP_XOR_LONG = 0xa2, enumerator in enum:OpCode
561 H(OP_XOR_LONG), \
H A DInstrUtils.c222 case OP_XOR_LONG:
431 case OP_XOR_LONG:
915 case OP_XOR_LONG:
/dalvik/vm/analysis/
H A DRegisterMap.c2909 case OP_XOR_LONG:
H A DCodeVerify.c5250 case OP_XOR_LONG:
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.c642 case OP_XOR_LONG:
834 if ((opCode >= OP_ADD_LONG) && (opCode <= OP_XOR_LONG)) {
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.c2445 /* File: c/OP_XOR_LONG.c */
2446 HANDLE_OP_X_LONG(OP_XOR_LONG, "xor", ^, 0)
H A DInterpC-portdbg.c2806 /* File: c/OP_XOR_LONG.c */
2807 HANDLE_OP_X_LONG(OP_XOR_LONG, "xor", ^, 0)
H A DInterpC-portstd.c2545 /* File: c/OP_XOR_LONG.c */
2546 HANDLE_OP_X_LONG(OP_XOR_LONG, "xor", ^, 0)

Completed in 164 milliseconds