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

/haiku-buildtools/binutils/opcodes/
H A Daarch64-opc-2.c31 {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"},
46 {AARCH64_OPND_CLASS_FP_REG, "Ft", OPD_F_HAS_INSERTER | OPD_F_HAS_EXTRACTOR, {FLD_Rt}, "a floating-point register"},
H A Daarch64-opc.h43 FLD_Rt, enumerator in enum:aarch64_field_kind
H A Daarch64-asm.c183 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
227 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
253 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
767 insert_field (FLD_Rt, code, info->prfop->value, 0);
H A Daarch64-dis.c411 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
431 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
459 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
880 info->reg.regno = extract_field (FLD_Rt, code, 0);
1175 info->prfop = aarch64_prfops + extract_field (FLD_Rt, code, 0);
H A Daarch64-tbl.h4165 Y(INT_REG, regno, "Rt", 0, F(FLD_Rt), "an integer register") \
4169 X(INT_REG, ins_regno, ext_regrt_sysins, "Rt_SYS", 0, F(FLD_Rt), \
4187 Y(FP_REG, ft, "Ft", 0, F(FLD_Rt), "a floating-point register") \

Completed in 112 milliseconds