Searched refs:ldstpair_off (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | aarch64.h | 340 ldstpair_off, enumerator
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | aarch64-asm.c | 466 || inst->opcode->iclass == ldstpair_off in aarch64_ins_ft() 555 && inst->opcode->iclass != ldstpair_off in aarch64_ins_addr_simm()
|
D | aarch64-dis.c | 798 || inst->opcode->iclass == ldstpair_off in aarch64_ext_ft() 898 || inst->opcode->iclass == ldstpair_off in aarch64_ext_addr_simm()
|
D | aarch64-tbl.h | 2026 …{"stp", 0x29000000, 0x7ec00000, ldstpair_off, 0, CORE, OP3 (Rt, Rt2, ADDR_SIMM7), QL_LDST_PAIR_R, … 2027 …{"ldp", 0x29400000, 0x7ec00000, ldstpair_off, 0, CORE, OP3 (Rt, Rt2, ADDR_SIMM7), QL_LDST_PAIR_R, … 2028 …{"stp", 0x2d000000, 0x3fc00000, ldstpair_off, 0, CORE, OP3 (Ft, Ft2, ADDR_SIMM7), QL_LDST_PAIR_FP,… 2029 …{"ldp", 0x2d400000, 0x3fc00000, ldstpair_off, 0, CORE, OP3 (Ft, Ft2, ADDR_SIMM7), QL_LDST_PAIR_FP,… 2030 …{"ldpsw", 0x69400000, 0xffc00000, ldstpair_off, 0, CORE, OP3 (Rt, Rt2, ADDR_SIMM7), QL_LDST_PAIR_X…
|
D | aarch64-opc.c | 1325 case ldstpair_off: in operand_general_constraint_met_p()
|