Searched refs:OP_XOR_INT_LIT16 (Results 1 – 11 of 11) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_XOR_INT_LIT16.cpp | 1 HANDLE_OP_X_INT_LIT16(OP_XOR_INT_LIT16, "xor", ^, 0)
|
/dalvik/vm/mterp/ |
D | config-armv7-a | 128 op OP_XOR_INT_LIT16 armv6t2
|
D | config-armv7-a-neon | 128 op OP_XOR_INT_LIT16 armv6t2
|
D | config-x86-atom | 272 #op OP_XOR_INT_LIT16 c
|
/dalvik/libdex/ |
D | DexOpcodes.h | 286 OP_XOR_INT_LIT16 = 0xd7, enumerator 808 H(OP_XOR_INT_LIT16), \
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 544 case OP_XOR_INT_LIT16: in processInstruction()
|
D | DexVerify.cpp | 892 case OP_XOR_INT_LIT16: in verifyInstructions()
|
D | CodeVerify.cpp | 5794 case OP_XOR_INT_LIT16: in verifyInstruction()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2772 HANDLE_OP_X_INT_LIT16(OP_XOR_INT_LIT16, "xor", ^, 0)
|
D | InterpC-portable.cpp | 2791 HANDLE_OP_X_INT_LIT16(OP_XOR_INT_LIT16, "xor", ^, 0) in dvmInterpretPortable()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 2343 case OP_XOR_INT_LIT16: in handleFmt22b_Fmt22s()
|