OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLD_imm6
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
aarch64-opc-2.c
75
{AARCH64_OPND_CLASS_IMMEDIATE, "IMMS", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {
FLD_imm6
}, "the leftmost bit number to be moved from the source"},
76
{AARCH64_OPND_CLASS_IMMEDIATE, "WIDTH", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {
FLD_imm6
}, "the width of the bit-field"},
77
{AARCH64_OPND_CLASS_IMMEDIATE, "IMM", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {
FLD_imm6
}, "an immediate"},
aarch64-opc.h
69
FLD_imm6
,
aarch64-asm.c
706
insert_field (
FLD_imm6
, code, info->shifter.amount, 0);
[
all
...]
aarch64-dis.c
[
all
...]
aarch64-tbl.h
[
all
...]
Completed in 363 milliseconds