Searched refs:FLD_Rt (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | aarch64-opc-2.c | 31 …{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-…
|
D | aarch64-asm.c | 154 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()
|
D | aarch64-dis.c | 374 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()
|
D | aarch64-opc.h | 43 FLD_Rt, enumerator
|
D | aarch64-tbl.h | 2311 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") \
|