HomeSort by relevance Sort by last modified time
    Searched refs:high16 (Results 1 - 15 of 15) sorted by null

  /external/v8/src/arm/
constants-arm.cc 21 uint64_t high16; local
22 high16 = (Bits(17, 16) << 4) | Bits(3, 0); // xxxxxxxx,xxcdefgh.
23 high16 |= (0xff * Bit(18)) << 6; // xxbbbbbb,bbxxxxxx.
24 high16 |= (Bit(18) ^ 1) << 14; // xBxxxxxx,xxxxxxxx.
25 high16 |= Bit(19) << 15; // axxxxxxx,xxxxxxxx.
27 uint64_t imm = high16 << 48;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_high16/d/
T_const_high16_1.d 30 const/high16 v254, 0x12340000
T_const_high16_3.d 30 const/high16 v3, 0x12340000
T_const_high16_4.d 30 const/high16 v1, 0x12340000
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_wide_high16/d/
T_const_wide_high16_1.d 30 const-wide/high16 v252, 0x1234000000000000
T_const_wide_high16_3.d 30 const-wide/high16 v3, 0x1234000000000000
T_const_wide_high16_4.d 30 const-wide/high16 v1, 0x1234000000000000
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/d/
T_invoke_interface_16.d 30 const/high16 v3, 1065353216
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface_range/d/
T_invoke_interface_range_16.d 30 const/high16 v3, 1065353216
  /external/v8/src/arm64/
instructions-arm64.cc 294 uint32_t high16 = unsigned_bitextract_32(31, 16, target_offset); local
298 patcher.brk(high16);
instructions-arm64.h 329 int32_t high16 = ImmException(); local
331 return (high16 << 16) | low16;
assembler-arm64.cc 2158 uint32_t high16 = unsigned_bitextract_32(31, 16, offset); local
    [all...]
  /cts/tools/dasm/test/
all_opcodes.d 37 const/high16 v11, 0x12340000
41 const-wide/high16 v11, 0x1234000000000000
  /tools/dexter/testdata/expected/
large.asm     [all...]
medium.asm     [all...]

Completed in 792 milliseconds