OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:immh
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
aarch64-dis.c
479
/* Decode fields
immh
:immb and/or Q for e.g.
489
aarch64_insn Q, imm,
immh
;
492
immh
= extract_field (FLD_immh, code, 0);
493
if (
immh
== 0)
497
/* Get highest set bit in
immh
. */
498
while (--pos >= 0 && (
immh
& 0x8) == 0)
499
immh
<<= 1;
508
/*
immh
Q <T>
525
/*
immh
<shift>
527
0001 (16-UInt(
immh
:immb)
487
aarch64_insn Q, imm,
immh
;
local
[
all
...]
/external/valgrind/VEX/priv/
guest_arm64_toIR.c
9172
UInt
immh
= INSN(22,19);
local
10357
UInt
immh
= INSN(22,19);
local
[
all
...]
Completed in 45 milliseconds