Home
last modified time | relevance | path

Searched refs:Rm (Results 1 – 25 of 27) sorted by relevance

12

/toolchain/binutils/binutils-2.25/gas/doc/
Dc-sh.texi263 Rm @r{another numbered register}
270 add Rm,Rn mac.w @@Rm+,@@Rn+
271 addc Rm,Rn mov #imm,Rn
272 addv Rm,Rn mov Rm,Rn
273 and #imm,R0 mov.b Rm,@@(R0,Rn)
274 and Rm,Rn mov.b Rm,@@-Rn
275 and.b #imm,@@(R0,GBR) mov.b Rm,@@Rn
276 bf disp8 mov.b @@(disp,Rm),R0
278 bsr disp12 mov.b @@(R0,Rm),Rn
279 bt disp8 mov.b @@Rm+,Rn
[all …]
/toolchain/binutils/binutils-2.25/cpu/
Dmep-fmax.cpu179 (dnop fmax-Rm "Rm" (all-fmax-isas) h-gpr f-fmax-rm)
302 "cmov FRn,Rm"
304 "cmov ${fmax-FRd-int},${fmax-Rm}"
305 (+ (f-fmax-0-4 #xF) fmax-FRd-int fmax-Rm (f-fmax-12-4 #x7)
308 (set fmax-FRd-int fmax-Rm)
312 "cmov Rm,FRn"
314 "cmov ${fmax-Rm},${fmax-FRd-int}"
315 (+ (f-fmax-0-4 #xF) fmax-FRd-int fmax-Rm (f-fmax-12-4 #x7)
318 (set fmax-Rm fmax-FRd-int)
322 "cmovc CCRn,Rm"
[all …]
Dxstormy16.cpu205 (dnf f-Rm "general register for memory" () 4 3)
206 (dnop Rm "general register for memory" () h-gr f-Rm)
574 ("mov$ws2 $Rm,$lmem8")
575 (+ OP1_8 Rm ws2 lmem8)
577 (set-psw Rm (index-of Rm) (alignfix-mem lmem8) ws2)
578 (set-psw Rm (index-of Rm) (mem QI lmem8) ws2))
584 ("mov$ws2 $Rm,$hmem8")
585 (+ OP1_A Rm ws2 hmem8)
587 (set-psw Rm (index-of Rm) (alignfix-mem hmem8) ws2)
588 (set-psw Rm (index-of Rm) (mem QI hmem8) ws2))
[all …]
Dmep-c5.cpu236 (dnmf f-c5-rmuimm20 "20-bit immediate in Rm/Imm16" (all-mep-isas) UINT
249 (dnmf f-c5-rnmuimm24 "24-bit immediate in Rm/Imm16" (all-mep-isas) UINT
Dmep-ivc2.cpu318 (dnop ivc2rm "reg Rm" (all-mep-isas) h-gpr f-ivc2-crm)
330 "cmov CRn,Rm"
341 "cmov Rm,CRn"
352 "cmovc CCRn,Rm"
363 "cmovc Rm,CCRn"
374 "cmovh CRn,Rm"
385 "cmovh Rm,CRn"
396 "cmov CRn,Rm"
406 "cmov Rm,CRn"
416 "cmovc CCRn,Rm"
[all …]
Dmep-core.cpu681 (dnop rm "register Rm" (all-mep-core-isas) h-gpr f-rm)
688 (dnop rma "register Rm holding pointer" (all-mep-core-isas (CDATA POINTER)) h-gpr …
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Dmul-overlap.l2 [^:]*:5: Rd and Rm should be different in mul
3 [^:]*:6: Rd and Rm should be different in mla
Darchv6t2-bad.s40 @ bfi accepts only #0 in Rm position
/toolchain/binutils/binutils-2.25/opcodes/
Daarch64-tbl.h1236 {"adc", 0x1a000000, 0x7fe0fc00, addsub_carry, 0, CORE, OP3 (Rd, Rn, Rm), QL_I3SAMER, F_SF},
1237 {"adcs", 0x3a000000, 0x7fe0fc00, addsub_carry, 0, CORE, OP3 (Rd, Rn, Rm), QL_I3SAMER, F_SF},
1238 …{"sbc", 0x5a000000, 0x7fe0fc00, addsub_carry, 0, CORE, OP3 (Rd, Rn, Rm), QL_I3SAMER, F_HAS_ALIAS |…
1239 {"ngc", 0x5a0003e0, 0x7fe0ffe0, addsub_carry, 0, CORE, OP2 (Rd, Rm), QL_I2SAME, F_ALIAS | F_SF},
1240 …{"sbcs", 0x7a000000, 0x7fe0fc00, addsub_carry, 0, CORE, OP3 (Rd, Rn, Rm), QL_I3SAMER, F_HAS_ALIAS …
1241 {"ngcs", 0x7a0003e0, 0x7fe0ffe0, addsub_carry, 0, CORE, OP2 (Rd, Rm), QL_I2SAME, F_ALIAS | F_SF},
1790 {"ccmn", 0x3a400000, 0x7fe00c10, condcmp_reg, 0, CORE, OP4 (Rn, Rm, NZCV, COND), QL_CCMP, F_SF},
1791 {"ccmp", 0x7a400000, 0x7fe00c10, condcmp_reg, 0, CORE, OP4 (Rn, Rm, NZCV, COND), QL_CCMP, F_SF},
1793 {"csel", 0x1a800000, 0x7fe00c00, condsel, 0, CORE, OP4 (Rd, Rn, Rm, COND), QL_CSEL, F_SF},
1794 …{"csinc", 0x1a800400, 0x7fe00c00, condsel, 0, CORE, OP4 (Rd, Rn, Rm, COND), QL_CSEL, F_HAS_ALIAS |…
[all …]
Darm-dis.c4144 unsigned int Rm = (i8 & 0x0f); in print_insn_thumb32() local
4147 func (stream, ", %s", arm_regnames[Rm]); in print_insn_thumb32()
Di386-dis.c265 #define Rm { OP_R, m_mode } macro
2741 { "movZ", { Rm, Cm } },
2742 { "movZ", { Rm, Dm } },
2743 { "movZ", { Cm, Rm } },
2744 { "movZ", { Dm, Rm } },
DChangeLog-00011202 (Ev, Ed, Rm, Iq, Iv64, Cm, Dm, Rm*, Ob64, Ov64): New macros.
DChangeLog-20071703 (Rm): Likewise.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c8456 unsigned Rd, Rn, Rm; in do_div() local
8461 Rm = inst.operands[2].reg; in do_div()
8465 constraint ((Rm == REG_PC), BAD_PC); in do_div()
8469 inst.instruction |= Rm << 8; in do_div()
9117 unsigned int Rm = (inst.operands[1].present in do_shift() local
9122 inst.instruction |= Rm; in do_shift()
10829 int Rm; in do_t_bxj() local
10832 Rm = inst.operands[0].reg; in do_t_bxj()
10833 reject_bad_reg (Rm); in do_t_bxj()
10834 inst.instruction |= Rm << 16; in do_t_bxj()
[all …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2007252 * config/tc-arm.c (do_mull): Allow overlapping Rm for armv6.
2059 Rd and Rm operands when assembling for v6 or above.
DChangeLog-20091696 * config/tc-arm.c (do_t_pkhtb): Swap Rm and Rn when encoding as
/toolchain/binutils/binutils-2.25/gas/po/
Duk.po2847 msgid "don't use Rn-Rm syntax with non-unit stride"
2848 msgstr "не використовуйте синтаксис Rn-Rm не неодиничним кроком за індексом"
3177 msgid "expected <Rm> or <Dm> or <Qm> operand"
3178 msgstr "мало бути вказано операнд <Rm>, <Dm> або <Qm>"
3355 msgid "Rd and Rm should be different in mla"
3356 msgstr "Rd і Rm мають бути різними у mla"
3379 msgid "Rd and Rm should be different in mul"
3380 msgstr "Rd і Rm мають бути різними у mul"
Did.po1867 msgid "don't use Rn-Rm syntax with non-unit stride"
1868 msgstr "jangan menggunakan Rn-Rm sintaks dengan bukan-satuan stride"
2233 msgid "expected <Rm> or <Dm> or <Qm> operand"
2234 msgstr "diduga <Rm> atau <Dm> atau <Qm> operand"
2391 msgid "Rd and Rm should be different in mla"
2392 msgstr "Rd dan Rm seharusnya berbeda dalam mla"
2411 msgid "Rd and Rm should be different in mul"
2412 msgstr "Rd dan Rm seharusnya berbeda dalam mul"
Des.po1989 msgid "don't use Rn-Rm syntax with non-unit stride"
1990 msgstr "no use la sintaxis Rn-Rm sin un estribo que no sea unidad"
2375 msgid "expected <Rm> or <Dm> or <Qm> operand"
2376 msgstr "se esperaba un operando <Rm> o <Dm> o <Qm>"
2558 msgid "Rd and Rm should be different in mla"
2559 msgstr "Rd y Rm deben ser diferentes en mla"
2586 msgid "Rd and Rm should be different in mul"
2587 msgstr "Rd y Rm deben ser diferentes en mul"
18517 #~ msgid "Rd equal to Rm or Rn yields unpredictable results"
18518 #~ msgstr "Rd igual a Rm o Rn produce resultados impredecibles"
Dfi.po1999 msgid "don't use Rn-Rm syntax with non-unit stride"
2000 msgstr "älä käytä ”Rn-Rm”-syntaksia ei-yksikköaskeleessa"
2387 msgid "expected <Rm> or <Dm> or <Qm> operand"
2388 msgstr "odotettiin ”<Rm>”- tai ”<Dm>”- tai ”<Qm>”- operandia"
2570 msgid "Rd and Rm should be different in mla"
2571 msgstr "”Rd” ja ”Rm” pitäisi olla eri ”mla”:ssa"
2598 msgid "Rd and Rm should be different in mul"
2599 msgstr "”Rd” ja ”Rm” pitäisi olla erilainen ”mul”:ssa"
Dfr.po1995 msgid "don't use Rn-Rm syntax with non-unit stride"
1996 msgstr "n'utilisez pas la syntaxe Rn-Rm avec un pas non unitaire"
2382 msgid "expected <Rm> or <Dm> or <Qm> operand"
2383 msgstr "opérande <Rm> ou <Dm> ou <Qm> attendu"
2565 msgid "Rd and Rm should be different in mla"
2566 msgstr "Rd et Rm devraient être différents dans mla"
2593 msgid "Rd and Rm should be different in mul"
2594 msgstr "Rd et Rm devraient être différents dans mul"
Dru.po1857 msgid "don't use Rn-Rm syntax with non-unit stride"
2223 msgid "expected <Rm> or <Dm> or <Qm> operand"
2381 msgid "Rd and Rm should be different in mla"
2401 msgid "Rd and Rm should be different in mul"
Drw.po1602 msgid "don't use Rn-Rm syntax with non-unit stride"
1950 msgid "expected <Rm> or <Dm> or <Qm> operand"
2094 msgid "Rd and Rm should be different in mla"
2114 msgid "Rd and Rm should be different in mul"
Dja.po1896 msgid "don't use Rn-Rm syntax with non-unit stride"
2282 msgid "expected <Rm> or <Dm> or <Qm> operand"
2457 msgid "Rd and Rm should be different in mla"
2485 msgid "Rd and Rm should be different in mul"
Dgas.pot2854 msgid "don't use Rn-Rm syntax with non-unit stride"
3225 msgid "expected <Rm> or <Dm> or <Qm> operand"
3407 msgid "Rd and Rm should be different in mla"
3431 msgid "Rd and Rm should be different in mul"

12