| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | aarch64-tbl.h | 4036 …SE_INSN ("cas", 0x88a07c00, 0xbfe0fc00, lse_atomic, OP3 (Rs, Rt, ADDR_SIMPLE), QL_R2NIL, F_LSE_SZ), 4043 …E_INSN ("casa", 0x88e07c00, 0xbfe0fc00, lse_atomic, OP3 (Rs, Rt, ADDR_SIMPLE), QL_R2NIL, F_LSE_SZ), 4044 …E_INSN ("casl", 0x88a0fc00, 0xbfe0fc00, lse_atomic, OP3 (Rs, Rt, ADDR_SIMPLE), QL_R2NIL, F_LSE_SZ), 4045 …_INSN ("casal", 0x88e0fc00, 0xbfe0fc00, lse_atomic, OP3 (Rs, Rt, ADDR_SIMPLE), QL_R2NIL, F_LSE_SZ), 4046 …x8207c00, 0xbfe0fc00, lse_atomic, OP5 (Rs, PAIRREG, Rt, PAIRREG, ADDR_SIMPLE), QL_R4NIL, F_LSE_SZ), 4047 …x8607c00, 0xbfe0fc00, lse_atomic, OP5 (Rs, PAIRREG, Rt, PAIRREG, ADDR_SIMPLE), QL_R4NIL, F_LSE_SZ), 4048 …x820fc00, 0xbfe0fc00, lse_atomic, OP5 (Rs, PAIRREG, Rt, PAIRREG, ADDR_SIMPLE), QL_R4NIL, F_LSE_SZ), 4049 …x860fc00, 0xbfe0fc00, lse_atomic, OP5 (Rs, PAIRREG, Rt, PAIRREG, ADDR_SIMPLE), QL_R4NIL, F_LSE_SZ), 4052 …SE_INSN ("swp", 0xb8208000, 0xbfe0fc00, lse_atomic, OP3 (Rs, Rt, ADDR_SIMPLE), QL_R2NIL, F_LSE_SZ), 4059 …E_INSN ("swpa", 0xb8a08000, 0xbfe0fc00, lse_atomic, OP3 (Rs, Rt, ADDR_SIMPLE), QL_R2NIL, F_LSE_SZ), [all …]
|
| D | ChangeLog-2014 | 269 * aarch64-opc.c (fields): Add entry for F_LSE_SZ. 274 (do_special_decoding): Recognize F_LSE_SZ. 275 * aarch64-asm.c (do_special_encoding): Recognize F_LSE_SZ.
|
| D | aarch64-asm.c | 1978 if (inst->opcode->flags & F_LSE_SZ) in do_special_encoding()
|
| D | aarch64-dis.c | 2640 if (inst->opcode->flags & F_LSE_SZ) in do_special_decoding()
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | aarch64-tbl.h | 4127 …SE_INSN ("cas", 0x88a07c00, 0xbfe0fc00, lse_atomic, OP3 (Rs, Rt, ADDR_SIMPLE), QL_R2NIL, F_LSE_SZ), 4134 …E_INSN ("casa", 0x88e07c00, 0xbfe0fc00, lse_atomic, OP3 (Rs, Rt, ADDR_SIMPLE), QL_R2NIL, F_LSE_SZ), 4135 …E_INSN ("casl", 0x88a0fc00, 0xbfe0fc00, lse_atomic, OP3 (Rs, Rt, ADDR_SIMPLE), QL_R2NIL, F_LSE_SZ), 4136 …_INSN ("casal", 0x88e0fc00, 0xbfe0fc00, lse_atomic, OP3 (Rs, Rt, ADDR_SIMPLE), QL_R2NIL, F_LSE_SZ), 4137 …x8207c00, 0xbfe0fc00, lse_atomic, OP5 (Rs, PAIRREG, Rt, PAIRREG, ADDR_SIMPLE), QL_R4NIL, F_LSE_SZ), 4138 …x8607c00, 0xbfe0fc00, lse_atomic, OP5 (Rs, PAIRREG, Rt, PAIRREG, ADDR_SIMPLE), QL_R4NIL, F_LSE_SZ), 4139 …x820fc00, 0xbfe0fc00, lse_atomic, OP5 (Rs, PAIRREG, Rt, PAIRREG, ADDR_SIMPLE), QL_R4NIL, F_LSE_SZ), 4140 …x860fc00, 0xbfe0fc00, lse_atomic, OP5 (Rs, PAIRREG, Rt, PAIRREG, ADDR_SIMPLE), QL_R4NIL, F_LSE_SZ), 4143 …SE_INSN ("swp", 0xb8208000, 0xbfe0fc00, lse_atomic, OP3 (Rs, Rt, ADDR_SIMPLE), QL_R2NIL, F_LSE_SZ), 4150 …E_INSN ("swpa", 0xb8a08000, 0xbfe0fc00, lse_atomic, OP3 (Rs, Rt, ADDR_SIMPLE), QL_R2NIL, F_LSE_SZ), [all …]
|
| D | ChangeLog-2014 | 269 * aarch64-opc.c (fields): Add entry for F_LSE_SZ. 274 (do_special_decoding): Recognize F_LSE_SZ. 275 * aarch64-asm.c (do_special_encoding): Recognize F_LSE_SZ.
|
| D | aarch64-asm.c | 1993 if (inst->opcode->flags & F_LSE_SZ) in do_special_encoding()
|
| D | aarch64-dis.c | 2698 if (inst->opcode->flags & F_LSE_SZ) in do_special_decoding()
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | aarch64.h | 1270 #define F_LSE_SZ (1 << 27) macro 1359 return (opcode->flags & (F_SF | F_LSE_SZ | F_SIZEQ | F_FPTYPE | F_SSIZE | F_T in opcode_has_special_coder()
|
| D | ChangeLog-0415 | 457 (F_LSE_SZ): New field added. 458 (opcode_has_special_coder): Recognize F_LSE_SZ.
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | aarch64.h | 1283 #define F_LSE_SZ (1 << 27) macro 1372 return (opcode->flags & (F_SF | F_LSE_SZ | F_SIZEQ | F_FPTYPE | F_SSIZE | F_T in opcode_has_special_coder()
|
| D | ChangeLog-0415 | 457 (F_LSE_SZ): New field added. 458 (opcode_has_special_coder): Recognize F_LSE_SZ.
|