OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLD_Rt
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
aarch64-opc-2.c
31
{AARCH64_OPND_CLASS_INT_REG, "Rt", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {
FLD_Rt
}, "an integer register"},
35
{AARCH64_OPND_CLASS_INT_REG, "Rt_SYS", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {
FLD_Rt
}, "an integer register"},
45
{AARCH64_OPND_CLASS_FP_REG, "Ft", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {
FLD_Rt
}, "a floating-point register"},
aarch64-asm.c
154
insert_field (
FLD_Rt
, code, info->reglist.first_regno, 0);
198
insert_field (
FLD_Rt
, code, info->reglist.first_regno, 0);
224
insert_field (
FLD_Rt
, code, info->reglist.first_regno, 0);
666
insert_field (
FLD_Rt
, code, info->prfop->value, 0);
[
all
...]
aarch64-opc.h
43
FLD_Rt
,
aarch64-dis.c
376
info->reglist.first_regno = extract_field (
FLD_Rt
, code, 0);
396
info->reglist.first_regno = extract_field (
FLD_Rt
, code, 0);
424
info->reglist.first_regno = extract_field (
FLD_Rt
, code, 0);
794
info->reg.regno = extract_field (
FLD_Rt
, code, 0);
1068
info->prfop = aarch64_prfops + extract_field (
FLD_Rt
, code, 0);
[
all
...]
aarch64-tbl.h
[
all
...]
Completed in 48 milliseconds