OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hint_number
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
aarch64-dis.c
1523
unsigned
hint_number
;
1526
hint_number
= extract_fields (code, 0, 2, FLD_CRm, FLD_op2);
1530
if (
hint_number
== aarch64_hint_options[i].value)
1522
unsigned
hint_number
;
local
/src/external/gpl3/binutils.old/dist/opcodes/
aarch64-dis.c
1516
unsigned
hint_number
;
1519
hint_number
= extract_fields (code, 0, 2, FLD_CRm, FLD_op2);
1523
if (
hint_number
== HINT_VAL (aarch64_hint_options[i].value))
1514
unsigned
hint_number
;
local
/src/external/gpl3/gdb.old/dist/opcodes/
aarch64-dis.c
1516
unsigned
hint_number
;
1519
hint_number
= extract_fields (code, 0, 2, FLD_CRm, FLD_op2);
1523
if (
hint_number
== HINT_VAL (aarch64_hint_options[i].value))
1514
unsigned
hint_number
;
local
/src/external/gpl3/gdb/dist/opcodes/
aarch64-dis.c
1515
unsigned
hint_number
;
1518
hint_number
= extract_fields (code, 0, 2, FLD_CRm, FLD_op2);
1522
if (
hint_number
== HINT_VAL (aarch64_hint_options[i].value))
1513
unsigned
hint_number
;
local
Completed in 88 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026