Searched refs:Rt (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | aarch64-tbl.h | 1782 {"cbz", 0x34000000, 0x7f000000, compbranch, 0, CORE, OP2 (Rt, ADDR_PCREL19), QL_R_PCREL, F_SF}, 1783 {"cbnz", 0x35000000, 0x7f000000, compbranch, 0, CORE, OP2 (Rt, ADDR_PCREL19), QL_R_PCREL, F_SF}, 1937 {"strb", 0x38000400, 0xffe00400, ldst_imm9, 0, CORE, OP2 (Rt, ADDR_SIMM9), QL_LDST_W8, 0}, 1938 {"ldrb", 0x38400400, 0xffe00400, ldst_imm9, 0, CORE, OP2 (Rt, ADDR_SIMM9), QL_LDST_W8, 0}, 1939 …{"ldrsb", 0x38800400, 0xffa00400, ldst_imm9, 0, CORE, OP2 (Rt, ADDR_SIMM9), QL_LDST_R8, F_LDS_SIZE… 1942 {"strh", 0x78000400, 0xffe00400, ldst_imm9, 0, CORE, OP2 (Rt, ADDR_SIMM9), QL_LDST_W16, 0}, 1943 {"ldrh", 0x78400400, 0xffe00400, ldst_imm9, 0, CORE, OP2 (Rt, ADDR_SIMM9), QL_LDST_W16, 0}, 1944 …{"ldrsh", 0x78800400, 0xffa00400, ldst_imm9, 0, CORE, OP2 (Rt, ADDR_SIMM9), QL_LDST_R16, F_LDS_SIZ… 1945 …{"str", 0xb8000400, 0xbfe00400, ldst_imm9, 0, CORE, OP2 (Rt, ADDR_SIMM9), QL_LDST_R, F_GPRSIZE_IN_… 1946 …{"ldr", 0xb8400400, 0xbfe00400, ldst_imm9, 0, CORE, OP2 (Rt, ADDR_SIMM9), QL_LDST_R, F_GPRSIZE_IN_… [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | sp-pc-validations-bad-t.s | 53 @ LDRB<c><q> <Rt>, [<Rn>, #+<imm>] => See LDRBT 136 @ LDRH<c><q> <Rt>, [<Rn>, #+<imm>] => See LDRHT
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | iq2000.cpu | 145 (dnf f-rt "register field Rt" () 20 5) 171 (comment "register Rd implied from Rt") 186 (comment "register Rt implied from Rs") 362 (dnop rt "register Rt" () h-gr f-rt) 365 (dnop rd-rt "register Rd from Rt" () h-gr f-rd-rt) 366 (dnop rt-rs "register Rt from Rs" () h-gr f-rt-rs)
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-arm.c | 8808 unsigned Rt = inst.operands[0].reg; in do_vmrs() local 8810 if (thumb_mode && Rt == REG_SP) in do_vmrs() 8817 if (!inst.operands[0].isvec && Rt == REG_PC) in do_vmrs() 8826 inst.instruction |= (Rt << 12); in do_vmrs() 8832 unsigned Rt = inst.operands[1].reg; in do_vmsr() local 8835 reject_bad_reg (Rt); in do_vmsr() 8836 else if (Rt == REG_PC) in do_vmsr() 8845 inst.instruction |= (Rt << 12); in do_vmsr()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2013 | 1591 Use local variable Rt in more places.
|