Home
last modified time | relevance | path

Searched refs:OP_NEG_LONG (Results 1 – 12 of 12) sorted by relevance

/dalvik/vm/mterp/c/
DOP_NEG_LONG.c1 HANDLE_UNOP(OP_NEG_LONG, "neg-long", -, , _WIDE)
/dalvik/libdex/
DOpCode.h213 OP_NEG_LONG = 0x7d, enumerator
523 H(OP_NEG_LONG), \
DInstrUtils.c80 case OP_NEG_LONG: in dexCreateInstrWidthTable()
401 case OP_NEG_LONG: in dexCreateInstrFlagsTable()
731 case OP_NEG_LONG: in dexCreateInstrFormatTable()
/dalvik/vm/mterp/
Dconfig-armv7-a-neon101 op OP_NEG_LONG armv6t2
Dconfig-armv7-a101 op OP_NEG_LONG armv6t2
Dconfig-x86-atom188 #op OP_NEG_LONG c
/dalvik/vm/analysis/
DRegisterMap.c2831 case OP_NEG_LONG:
DCodeVerify.c5177 case OP_NEG_LONG: in verifyInstruction()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.c681 case OP_NEG_LONG: { in genArithOpLong()
1824 case OP_NEG_LONG: in handleFmt12x()
/dalvik/vm/mterp/out/
DInterpC-portstd.c2425 HANDLE_UNOP(OP_NEG_LONG, "neg-long", -, , _WIDE) in INTERP_FUNC_NAME()
DInterpC-allstubs.c2314 HANDLE_UNOP(OP_NEG_LONG, "neg-long", -, , _WIDE) in HANDLE_OPCODE()
DInterpC-portdbg.c2675 HANDLE_UNOP(OP_NEG_LONG, "neg-long", -, , _WIDE) in INTERP_FUNC_NAME()