OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:high16
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/v8/src/arm/
constants-arm.cc
46
uint64_t
high16
;
local
47
high16
= (Bits(17, 16) << 4) | Bits(3, 0); // xxxxxxxx,xxcdefgh.
48
high16
|= (0xff * Bit(18)) << 6; // xxbbbbbb,bbxxxxxx.
49
high16
|= (Bit(18) ^ 1) << 14; // xBxxxxxx,xxxxxxxx.
50
high16
|= Bit(19) << 15; // axxxxxxx,xxxxxxxx.
52
uint64_t imm =
high16
<< 48;
/external/v8/src/arm/
constants-arm.cc
46
uint64_t
high16
;
local
47
high16
= (Bits(17, 16) << 4) | Bits(3, 0); // xxxxxxxx,xxcdefgh.
48
high16
|= (0xff * Bit(18)) << 6; // xxbbbbbb,bbxxxxxx.
49
high16
|= (Bit(18) ^ 1) << 14; // xBxxxxxx,xxxxxxxx.
50
high16
|= Bit(19) << 15; // axxxxxxx,xxxxxxxx.
52
uint64_t imm =
high16
<< 48;
/dalvik/vm/mterp/mips/
OP_CONST_HIGH16.S
2
# const/
high16
vAA, /* +BBBB0000 */
OP_CONST_WIDE_HIGH16.S
2
# const-wide/
high16
vAA, /* +BBBB000000000000 */
/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 488 milliseconds