Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Daarch64.h340 ldstpair_off, enumerator
/toolchain/binutils/binutils-2.25/opcodes/
Daarch64-asm.c466 || inst->opcode->iclass == ldstpair_off in aarch64_ins_ft()
555 && inst->opcode->iclass != ldstpair_off in aarch64_ins_addr_simm()
Daarch64-dis.c798 || inst->opcode->iclass == ldstpair_off in aarch64_ext_ft()
898 || inst->opcode->iclass == ldstpair_off in aarch64_ext_addr_simm()
Daarch64-tbl.h2026 …{"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…
Daarch64-opc.c1325 case ldstpair_off: in operand_general_constraint_met_p()