HomeSort by relevance Sort by last modified time
    Searched refs:DIV_DOUBLE (Results 1 - 25 of 32) sorted by null

1 2

  /art/compiler/dex/quick/mips/
fp_mips.cc 85 case Instruction::DIV_DOUBLE:
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 209 public static final int DIV_DOUBLE = 0xae;
OpcodeInfo.java 722 public static final Info DIV_DOUBLE =
723 new Info(Opcodes.DIV_DOUBLE, "div-double",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java 723 public static final Dop DIV_DOUBLE =
724 new Dop(DalvOps.DIV_DOUBLE, DalvOps.DIV_DOUBLE,
852 new Dop(DalvOps.DIV_DOUBLE_2ADDR, DalvOps.DIV_DOUBLE,
    [all...]
DalvOps.java 208 public static final int DIV_DOUBLE = 0xae;
RopToDop.java 122 MAP.put(Rops.DIV_DOUBLE, Dops.DIV_DOUBLE_2ADDR);
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 726 public static final Dop DIV_DOUBLE =
727 new Dop(Opcodes.DIV_DOUBLE, Opcodes.DIV_DOUBLE,
855 new Dop(Opcodes.DIV_DOUBLE_2ADDR, Opcodes.DIV_DOUBLE
    [all...]
RopToDop.java 293 MAP.put(Rops.DIV_DOUBLE, Dops.DIV_DOUBLE_2ADDR);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 729 public static final Dop DIV_DOUBLE =
730 new Dop(Opcodes.DIV_DOUBLE, Opcodes.DIV_DOUBLE,
    [all...]
RopToDop.java 294 MAP.put(Rops.DIV_DOUBLE, Dops.DIV_DOUBLE_2ADDR);
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 209 public static final int DIV_DOUBLE = 0xae;
OpcodeInfo.java 722 public static final Info DIV_DOUBLE =
723 new Info(Opcodes.DIV_DOUBLE, "div-double",
    [all...]
  /art/compiler/dex/quick/arm/
fp_arm.cc 84 case Instruction::DIV_DOUBLE:
  /art/compiler/dex/quick/arm64/
fp_arm64.cc 81 case Instruction::DIV_DOUBLE:
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 274 public static final Rop DIV_DOUBLE =
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java 274 public static final Rop DIV_DOUBLE =
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rops.java 274 public static final Rop DIV_DOUBLE =
    [all...]
  /art/compiler/dex/
frontend.cc 332 Instruction::DIV_DOUBLE,
local_value_numbering.cc     [all...]
  /art/compiler/dex/quick/x86/
fp_x86.cc 96 case Instruction::DIV_DOUBLE:
utility_x86.cc     [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc     [all...]
  /art/runtime/
dex_instruction_list.h 195 V(0xAE, DIV_DOUBLE, "div-double", k23x, true, kNone, kContinue | kDivide, kVerifyRegAWide | kVerifyRegBWide | kVerifyRegCWide) \
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 201 DIV_DOUBLE((short)0xae, "div-double", ReferenceType.NONE, Format.Format23x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]

Completed in 485 milliseconds

1 2