| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | d30v-opc.c | 348 #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 …]
|
| D | aarch64-tbl.h | 3817 …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),
|
| D | ChangeLog-9899 | 1191 and SHORT_B3b formats to use Rb instead of Ra.
|
| D | ChangeLog-0001 | 1475 * d30v-opc.c (d30v_format_tab): Use format Ra for
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | d30v-opc.c | 348 #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 …]
|
| D | aarch64-tbl.h | 3726 …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…
|
| D | ChangeLog-9899 | 1191 and SHORT_B3b formats to use Rb instead of Ra.
|
| D | ChangeLog-0001 | 1475 * d30v-opc.c (d30v_format_tab): Use format Ra for
|
| /netbsd/src/external/gpl3/gdb/dist/sim/arm/ |
| D | thumbemu.c | 1715 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/ |
| D | elements | 88 Ra:88:(226):Radium
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | constraints.md | 37 ;; in Thumb-2 state: Ha, Pj, PJ, Ps, Pt, Pu, Pv, Pw, Px, Py, Pz, Rd, Rf, Rb, Ra, 74 (define_constraint "Ra"
|
| D | cortex-a53.md | 169 ;; Model AArch32-sized LDM Ra, {Rm, Rn, Ro}
|
| D | iterators.md | 928 (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/ |
| D | fortunes.sp.ok | 938 Ra
|
| D | fortunes | 4892 Ra! Ra! Ra!
|
| D | fortunes2 | 19085 Ra! Ra! Ra!
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/ |
| D | gnu.ver | 128 std::locale::_[J-Ra-z]*;
|
| /netbsd/src/lib/libc/time/ |
| D | NEWS | 3377 (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/ |
| D | tc-arm.c | 13009 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/ |
| D | ChangeLog | 5852 [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/ |
| D | FSFChangeLog.10 | 4546 special addqi define_insn for "LIM Ra,sym,Rb" by a define_peephole.
|
| D | ChangeLog | 5316 MVE_pred/MVE_constraint instead of mve_imm_7/Ra.
|
| D | ChangeLog-2020 | 33175 * config/arm/constraints.md (Ra): Define constraint to check constant is 33255 the matching constraint Ra.
|
| D | ChangeLog-2015 | 2795 address expressions like Ra + Rb + CONST and Ra + Rb<<SCALE + CONST.
|