Searched refs:ldstnapair_offs (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | aarch64.h | 339 ldstnapair_offs, enumerator
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | aarch64-asm.c | 465 || inst->opcode->iclass == ldstnapair_offs in aarch64_ins_ft() 554 && inst->opcode->iclass != ldstnapair_offs in aarch64_ins_addr_simm()
|
D | aarch64-dis.c | 797 || inst->opcode->iclass == ldstnapair_offs in aarch64_ext_ft() 897 || inst->opcode->iclass == ldstnapair_offs in aarch64_ext_addr_simm()
|
D | aarch64-tbl.h | 2021 …{"stnp", 0x28000000, 0x7fc00000, ldstnapair_offs, 0, CORE, OP3 (Rt, Rt2, ADDR_SIMM7), QL_LDST_PAIR… 2022 …{"ldnp", 0x28400000, 0x7fc00000, ldstnapair_offs, 0, CORE, OP3 (Rt, Rt2, ADDR_SIMM7), QL_LDST_PAIR… 2023 …{"stnp", 0x2c000000, 0x3fc00000, ldstnapair_offs, 0, CORE, OP3 (Ft, Ft2, ADDR_SIMM7), QL_LDST_PAIR… 2024 …{"ldnp", 0x2c400000, 0x3fc00000, ldstnapair_offs, 0, CORE, OP3 (Ft, Ft2, ADDR_SIMM7), QL_LDST_PAIR…
|
D | aarch64-opc.c | 1324 case ldstnapair_offs: in operand_general_constraint_met_p()
|