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

  /external/chromium_org/v8/src/arm/
constants-arm.cc 23 uint64_t high16; local
24 high16 = (Bits(17, 16) << 4) | Bits(3, 0); // xxxxxxxx,xxcdefgh.
25 high16 |= (0xff * Bit(18)) << 6; // xxbbbbbb,bbxxxxxx.
26 high16 |= (Bit(18) ^ 1) << 14; // xBxxxxxx,xxxxxxxx.
27 high16 |= Bit(19) << 15; // axxxxxxx,xxxxxxxx.
29 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
  /cts/tools/dasm/test/
all_opcodes.d 37 const/high16 v11, 0x12340000
41 const-wide/high16 v11, 0x1234000000000000

Completed in 270 milliseconds