Home
last modified time | relevance | path

Searched refs:FLD_Rt (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Daarch64-opc-2.c31 …{AARCH64_OPND_CLASS_INT_REG, "Rt", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_Rt}, "an integer…
35 …{AARCH64_OPND_CLASS_INT_REG, "Rt_SYS", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_Rt}, "an int…
45 …{AARCH64_OPND_CLASS_FP_REG, "Ft", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_Rt}, "a floating-…
Daarch64-asm.c154 insert_field (FLD_Rt, code, info->reglist.first_regno, 0); in aarch64_ins_ldst_reglist()
198 insert_field (FLD_Rt, code, info->reglist.first_regno, 0); in aarch64_ins_ldst_reglist_r()
224 insert_field (FLD_Rt, code, info->reglist.first_regno, 0); in aarch64_ins_ldst_elemlist()
666 insert_field (FLD_Rt, code, info->prfop->value, 0); in aarch64_ins_prfop()
Daarch64-dis.c374 info->reglist.first_regno = extract_field (FLD_Rt, code, 0); in aarch64_ext_ldst_reglist()
394 info->reglist.first_regno = extract_field (FLD_Rt, code, 0); in aarch64_ext_ldst_reglist_r()
422 info->reglist.first_regno = extract_field (FLD_Rt, code, 0); in aarch64_ext_ldst_elemlist()
792 info->reg.regno = extract_field (FLD_Rt, code, 0); in aarch64_ext_ft()
1066 info->prfop = aarch64_prfops + extract_field (FLD_Rt, code, 0); in aarch64_ext_prfop()
Daarch64-opc.h43 FLD_Rt, enumerator
Daarch64-tbl.h2311 Y(INT_REG, regno, "Rt", 0, F(FLD_Rt), "an integer register") \
2315 X(INT_REG, ins_regno, ext_regrt_sysins, "Rt_SYS", 0, F(FLD_Rt), \
2331 Y(FP_REG, ft, "Ft", 0, F(FLD_Rt), "a floating-point register") \