HomeSort by relevance Sort by last modified time
    Searched full:double_to_int (Results 1 - 25 of 43) sorted by null

1 2

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/double_to_int/
Test_double_to_int.java 17 package dot.junit.opcodes.double_to_int;
21 import dot.junit.opcodes.double_to_int.d.T_double_to_int_1;
22 import dot.junit.opcodes.double_to_int.d.T_double_to_int_3;
105 load("dot.junit.opcodes.double_to_int.d.T_double_to_int_3", VerifyError.class);
113 load("dot.junit.opcodes.double_to_int.d.T_double_to_int_2", VerifyError.class);
122 load("dot.junit.opcodes.double_to_int.d.T_double_to_int_5", VerifyError.class);
131 load("dot.junit.opcodes.double_to_int.d.T_double_to_int_4", VerifyError.class);
140 load("dot.junit.opcodes.double_to_int.d.T_double_to_int_6", VerifyError.class);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/double_to_int/d/
T_double_to_int_1.java 17 package dot.junit.opcodes.double_to_int.d;
T_double_to_int_3.java 17 package dot.junit.opcodes.double_to_int.d;
T_double_to_int_1.d 16 .class public dot.junit.opcodes.double_to_int.d.T_double_to_int_1
T_double_to_int_2.d 16 .class public dot.junit.opcodes.double_to_int.d.T_double_to_int_2
T_double_to_int_3.d 16 .class public dot.junit.opcodes.double_to_int.d.T_double_to_int_3
T_double_to_int_4.d 16 .class public dot.junit.opcodes.double_to_int.d.T_double_to_int_4
T_double_to_int_5.d 16 .class public dot.junit.opcodes.double_to_int.d.T_double_to_int_5
T_double_to_int_6.d 16 .class public dot.junit.opcodes.double_to_int.d.T_double_to_int_6
  /art/compiler/dex/quick/mips/
fp_mips.cc 136 case Instruction::DOUBLE_TO_INT:
  /external/smali/dexlib2/src/main/ragel/
Opcodes.rl 130 define double_to_int 138
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 82 extern "C" int32_t __aeabi_d2iz(double op1); // DOUBLE_TO_INT
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 86 extern "C" int32_t __fixdfsi(double op1); // DOUBLE_TO_INT
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
Dops.java 579 public static final Dop DOUBLE_TO_INT =
580 new Dop(DalvOps.DOUBLE_TO_INT, DalvOps.DOUBLE_TO_INT,
    [all...]
DalvOps.java 172 public static final int DOUBLE_TO_INT = 0x8a;
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 582 public static final Dop DOUBLE_TO_INT =
583 new Dop(Opcodes.DOUBLE_TO_INT, Opcodes.DOUBLE_TO_INT,
    [all...]
RopToDop.java 167 // Opcodes.DOUBLE_TO_INT
360 MAP.put(Rops.CONV_D2I, Dops.DOUBLE_TO_INT);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 585 public static final Dop DOUBLE_TO_INT =
586 new Dop(Opcodes.DOUBLE_TO_INT, Opcodes.DOUBLE_TO_INT,
    [all...]
RopToDop.java 168 // Opcodes.DOUBLE_TO_INT
361 MAP.put(Rops.CONV_D2I, Dops.DOUBLE_TO_INT);
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 578 public static final Info DOUBLE_TO_INT =
579 new Info(Opcodes.DOUBLE_TO_INT, "double-to-int",
    [all...]
Opcodes.java 173 public static final int DOUBLE_TO_INT = 0x8a;
  /external/dexmaker/src/dx/java/com/android/dx/io/
OpcodeInfo.java 578 public static final Info DOUBLE_TO_INT =
579 new Info(Opcodes.DOUBLE_TO_INT, "double-to-int",
    [all...]
  /art/compiler/dex/quick/arm/
fp_arm.cc 137 case Instruction::DOUBLE_TO_INT:
  /art/compiler/dex/quick/arm64/
fp_arm64.cc 152 case Instruction::DOUBLE_TO_INT:
  /art/compiler/sea_ir/ir/
instruction_tools.cc 443 // 8A DOUBLE_TO_INT vA, vB

Completed in 593 milliseconds

1 2