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

/dalvik/vm/mterp/c/
H A DOP_DIV_INT_LIT16.cpp1 HANDLE_OP_X_INT_LIT16(OP_DIV_INT_LIT16, "div", /, 1)
/dalvik/libdex/
H A DDexOpcodes.h282 OP_DIV_INT_LIT16 = 0xd3, enumerator in enum:Opcode
548 H(OP_DIV_INT_LIT16), \
/dalvik/vm/analysis/
H A DLiveness.cpp502 case OP_DIV_INT_LIT16:
H A DDexVerify.cpp888 case OP_DIV_INT_LIT16:
H A DCodeVerify.cpp5686 case OP_DIV_INT_LIT16:
/dalvik/vm/compiler/codegen/x86/
H A DLower.cpp912 case OP_DIV_INT_LIT16:
H A DBytecodeVisitor.cpp329 case OP_DIV_INT_LIT16:
776 case OP_DIV_INT_LIT16:
858 if(inst_op == OP_DIV_INT_LIT16)
2813 case OP_DIV_INT_LIT16:
2832 if(inst_op == OP_DIV_INT_LIT16) {
4706 case OP_DIV_INT_LIT16:
4717 if((inst_op == OP_DIV_INT_LIT8 || inst_op == OP_DIV_INT_LIT16)) {
4737 if(inst_op == OP_DIV_INT_LIT16 || inst_op == OP_DIV_INT_LIT8) {
/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.cpp2188 bool div = (dalvikOpcode == OP_DIV_INT_LIT8 || dalvikOpcode == OP_DIV_INT_LIT16);
2339 case OP_DIV_INT_LIT16:
2354 (dalvikOpcode == OP_DIV_INT_LIT16)) {
/dalvik/vm/compiler/codegen/mips/
H A DCodegenDriver.cpp2232 bool div = (dalvikOpcode == OP_DIV_INT_LIT8 || dalvikOpcode == OP_DIV_INT_LIT16);
2382 case OP_DIV_INT_LIT16:
2398 (dalvikOpcode == OP_DIV_INT_LIT16)) {
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp2665 /* File: c/OP_DIV_INT_LIT16.cpp */
2666 HANDLE_OP_X_INT_LIT16(OP_DIV_INT_LIT16, "div", /, 1)
H A DInterpC-portable.cpp2676 /* File: c/OP_DIV_INT_LIT16.cpp */
2677 HANDLE_OP_X_INT_LIT16(OP_DIV_INT_LIT16, "div", /, 1)

Completed in 325 milliseconds