Home
last modified time | relevance | path

Searched refs:OP_DIV_DOUBLE_2ADDR (Results 1 – 14 of 14) sorted by relevance

/dalvik/vm/mterp/c/
DOP_DIV_DOUBLE_2ADDR.cpp1 HANDLE_OP_X_DOUBLE_2ADDR(OP_DIV_DOUBLE_2ADDR, "div", /)
/dalvik/vm/mterp/
Dconfig-armv7-a62 op OP_DIV_DOUBLE_2ADDR armv6t2
142 op OP_DIV_DOUBLE_2ADDR arm-vfp
Dconfig-armv7-a-neon62 op OP_DIV_DOUBLE_2ADDR armv6t2
142 op OP_DIV_DOUBLE_2ADDR arm-vfp
Dconfig-armv5te-vfp59 op OP_DIV_DOUBLE_2ADDR arm-vfp
Dconfig-x86-atom81 #op OP_DIV_DOUBLE_2ADDR c
/dalvik/vm/compiler/codegen/arm/FP/
DThumbVFP.cpp125 case OP_DIV_DOUBLE_2ADDR: in genArithOpDouble()
DThumb2VFP.cpp79 case OP_DIV_DOUBLE_2ADDR: in genArithOpDouble()
/dalvik/libdex/
DDexOpcodes.h277 OP_DIV_DOUBLE_2ADDR = 0xce, enumerator
543 H(OP_DIV_DOUBLE_2ADDR), \
/dalvik/vm/analysis/
DLiveness.cpp671 case OP_DIV_DOUBLE_2ADDR: in processInstruction()
DDexVerify.cpp943 case OP_DIV_DOUBLE_2ADDR: in verifyInstructions()
DCodeVerify.cpp5677 case OP_DIV_DOUBLE_2ADDR: in verifyInstruction()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp2622 HANDLE_OP_X_DOUBLE_2ADDR(OP_DIV_DOUBLE_2ADDR, "div", /)
DInterpC-portable.cpp2635 HANDLE_OP_X_DOUBLE_2ADDR(OP_DIV_DOUBLE_2ADDR, "div", /) in dvmInterpretPortable()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.cpp143 case OP_DIV_DOUBLE_2ADDR: in genArithOpDoublePortable()