Home
last modified time | relevance | path

Searched refs:Ra (Results 1 – 24 of 24) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dd30v-opc.c348 #define Ra (UNUSED + 1) macro
350 #define Ra2 (Ra + 1)
423 { SHORT_M, 0, { Ra, ATPAR, Rb, Rc } }, /* Ra,@(Rb,Rc) */
424 { SHORT_M, 1, { Ra, ATPAR, Rb, PLUS, Rc } }, /* Ra,@(Rb+,Rc) */
425 { SHORT_M, 2, { Ra, ATPAR, Rb, IMM6 } }, /* Ra,@(Rb,imm6) */
426 { SHORT_M, 3, { Ra, ATPAR, Rb, MINUS, Rc } }, /* Ra,@(Rb-,Rc) */
431 { SHORT_A, 0, { Ra, Rb, Rc } }, /* Ra,Rb,Rc */
432 { SHORT_A, 2, { Ra, Rb, IMM6 } }, /* Ra,Rb,imm6 */
444 { SHORT_D1r, 0, { Ra, Rc } }, /* Ra,Rc */
445 { SHORT_D1r, 2, { Ra, REL12S3 } }, /* Ra,rel12s3 */
[all …]
Daarch64-tbl.h3817 …CORE_INSN ("madd", 0x1b000000, 0x7fe08000, dp_3src, 0, OP4 (Rd, Rn, Rm, Ra), QL_I4SAMER, F_HAS_AL…
3819 …CORE_INSN ("msub", 0x1b008000, 0x7fe08000, dp_3src, 0, OP4 (Rd, Rn, Rm, Ra), QL_I4SAMER, F_HAS_AL…
3821 …CORE_INSN ("smaddl",0x9b200000, 0xffe08000, dp_3src, 0, OP4 (Rd, Rn, Rm, Ra), QL_I4SAMEL, F_HAS_AL…
3823 …CORE_INSN ("smsubl",0x9b208000, 0xffe08000, dp_3src, 0, OP4 (Rd, Rn, Rm, Ra), QL_I4SAMEL, F_HAS_AL…
3826 …CORE_INSN ("umaddl",0x9ba00000, 0xffe08000, dp_3src, 0, OP4 (Rd, Rn, Rm, Ra), QL_I4SAMEL, F_HAS_AL…
3828 …CORE_INSN ("umsubl",0x9ba08000, 0xffe08000, dp_3src, 0, OP4 (Rd, Rn, Rm, Ra), QL_I4SAMEL, F_HAS_AL…
6543 CPA_INSN ("maddpt", 0x9b600000, 0xffe08000, aarch64_misc, OP4 (Rd, Rn, Rm, Ra), QL_I4SAMEX),
6544 CPA_INSN ("msubpt", 0x9b608000, 0xffe08000, aarch64_misc, OP4 (Rd, Rn, Rm, Ra), QL_I4SAMEX),
DChangeLog-98991191 and SHORT_B3b formats to use Rb instead of Ra.
DChangeLog-00011475 * d30v-opc.c (d30v_format_tab): Use format Ra for
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dd30v-opc.c348 #define Ra (UNUSED + 1) macro
350 #define Ra2 (Ra + 1)
423 { SHORT_M, 0, { Ra, ATPAR, Rb, Rc } }, /* Ra,@(Rb,Rc) */
424 { SHORT_M, 1, { Ra, ATPAR, Rb, PLUS, Rc } }, /* Ra,@(Rb+,Rc) */
425 { SHORT_M, 2, { Ra, ATPAR, Rb, IMM6 } }, /* Ra,@(Rb,imm6) */
426 { SHORT_M, 3, { Ra, ATPAR, Rb, MINUS, Rc } }, /* Ra,@(Rb-,Rc) */
431 { SHORT_A, 0, { Ra, Rb, Rc } }, /* Ra,Rb,Rc */
432 { SHORT_A, 2, { Ra, Rb, IMM6 } }, /* Ra,Rb,imm6 */
444 { SHORT_D1r, 0, { Ra, Rc } }, /* Ra,Rc */
445 { SHORT_D1r, 2, { Ra, REL12S3 } }, /* Ra,rel12s3 */
[all …]
Daarch64-tbl.h3726 …CORE_INSN ("madd", 0x1b000000, 0x7fe08000, dp_3src, 0, OP4 (Rd, Rn, Rm, Ra), QL_I4SAMER, F_HAS_AL…
3728 …CORE_INSN ("msub", 0x1b008000, 0x7fe08000, dp_3src, 0, OP4 (Rd, Rn, Rm, Ra), QL_I4SAMER, F_HAS_AL…
3730 …CORE_INSN ("smaddl",0x9b200000, 0xffe08000, dp_3src, 0, OP4 (Rd, Rn, Rm, Ra), QL_I4SAMEL, F_HAS_AL…
3732 …CORE_INSN ("smsubl",0x9b208000, 0xffe08000, dp_3src, 0, OP4 (Rd, Rn, Rm, Ra), QL_I4SAMEL, F_HAS_AL…
3735 …CORE_INSN ("umaddl",0x9ba00000, 0xffe08000, dp_3src, 0, OP4 (Rd, Rn, Rm, Ra), QL_I4SAMEL, F_HAS_AL…
3737 …CORE_INSN ("umsubl",0x9ba08000, 0xffe08000, dp_3src, 0, OP4 (Rd, Rn, Rm, Ra), QL_I4SAMEL, F_HAS_AL…
DChangeLog-98991191 and SHORT_B3b formats to use Rb instead of Ra.
DChangeLog-00011475 * d30v-opc.c (d30v_format_tab): Use format Ra for
/netbsd/src/external/gpl3/gdb/dist/sim/arm/
Dthumbemu.c1715 ARMword Ra = ntBITS (12, 15); in handle_T2_insn() local
1725 tASSERT (Ra != 15); in handle_T2_insn()
1738 res += state->Reg[Ra]; in handle_T2_insn()
1747 state->Reg[Rd] = state->Reg[Ra] - (state->Reg[Rn] * state->Reg[Rm]); in handle_T2_insn()
1753 if (Ra == 15) in handle_T2_insn()
1758 state->Reg[Rd] = state->Reg[Rn] * state->Reg[Rm] + state->Reg[Ra]; in handle_T2_insn()
/netbsd/src/games/quiz/datfiles/
Delements88 Ra:88:(226):Radium
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Dconstraints.md37 ;; in Thumb-2 state: Ha, Pj, PJ, Ps, Pt, Pu, Pv, Pw, Px, Py, Pz, Rd, Rf, Rb, Ra,
74 (define_constraint "Ra"
Dcortex-a53.md169 ;; Model AArch32-sized LDM Ra, {Rm, Rn, Ro}
Diterators.md928 (define_mode_attr MVE_constraint [ (V16QI "Ra") (V8HI "Rc") (V4SI "Re")])
929 (define_mode_attr MVE_constraint1 [ (V8HI "Ra") (V4SI "Rc")])
/netbsd/src/games/fortune/datfiles/
Dfortunes.sp.ok938 Ra
Dfortunes4892 Ra! Ra! Ra!
Dfortunes219085 Ra! Ra! Ra!
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/
Dgnu.ver128 std::locale::_[J-Ra-z]*;
/netbsd/src/lib/libc/time/
DNEWS3377 (Thanks to Carlos Raúl Perasso.)
4102 Paraguay's 2014 DST will be as predicted. (Thanks to Carlos Raúl Perasso.)
4587 (Thanks to Carlos Raúl Perasso.)
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c13009 unsigned Rd, Rn, Rm, Ra; in do_t_mla() local
13014 Ra = inst.operands[3].reg; in do_t_mla()
13019 reject_bad_reg (Ra); in do_t_mla()
13024 inst.instruction |= Ra << 12; in do_t_mla()
/netbsd/src/external/lgpl3/mpfr/dist/
DChangeLog5852 [tests/tsprintf.c] Added tests for %Ra and %Rb on the value 0 with an
26624 tsprintf.c: completed the test on emax (for %Ra and %Rb).
26749 …er of the base. This also change outputs like 0xf.f with format string "%.0Ra" from 8p+1 to 1p+4 (…
26750 … check for rounding to the next base power and fix some test value with %.0Ra (now output 1p+4 ins…
29432 vasprintf.c: merge code for "%Ra" and "%Rb"
/netbsd/src/external/gpl3/gcc/dist/gcc/
DFSFChangeLog.104546 special addqi define_insn for "LIM Ra,sym,Rb" by a define_peephole.
DChangeLog5316 MVE_pred/MVE_constraint instead of mve_imm_7/Ra.
DChangeLog-202033175 * config/arm/constraints.md (Ra): Define constraint to check constant is
33255 the matching constraint Ra.
DChangeLog-20152795 address expressions like Ra + Rb + CONST and Ra + Rb<<SCALE + CONST.