HomeSort by: relevance | last modified time | path
    Searched refs:rj (Results 1 - 9 of 9) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
rint.c 210 mp_size_t uj, rj; local
214 rj = rn - ui; /* lowest limb of the integer part in r */
217 MPN_COPY(rp + rj, up + uj, ui);
219 /* Ignore the lowest rj limbs, all equal to zero. */
220 rp += rj;
226 if (rj == 0 && ush < sh)
279 /* Now we can make the low rj limbs to 0 */
280 MPN_ZERO (rp-rj, rj);
  /src/external/gpl3/gdb/dist/gdb/
loongarch-tdep.c 134 int32_t rj = loongarch_decode_imm ("5:5", insn, 0); local
140 && rd == sp && rj == sp && si12 < 0)
145 && rd == fp && rj == sp && si12 > 0)
150 && rj == sp)
155 && rj == sp)
164 else if ((insn & 0xffc00000) == 0x03800000) /* ori rd,rj,si12 */
166 if (reg_used[rj])
168 reg_value[rd] = reg_value[rj] | (si12 & 0xfff);
173 && rd == sp && rj == sp)
238 if ((insn & 0xfc000000) == 0x4c000000) /* jirl rd, rj, offs16 *
240 LONGEST rj = regcache_raw_get_signed (regcache, local
251 LONGEST rj = regcache_raw_get_signed (regcache, local
260 LONGEST rj = regcache_raw_get_signed (regcache, local
269 LONGEST rj = regcache_raw_get_signed (regcache, local
278 LONGEST rj = regcache_raw_get_signed (regcache, local
287 ULONGEST rj = regcache_raw_get_unsigned (regcache, local
296 ULONGEST rj = regcache_raw_get_unsigned (regcache, local
305 LONGEST rj = regcache_raw_get_signed (regcache, local
312 LONGEST rj = regcache_raw_get_signed (regcache, local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
loongarch-tdep.c 130 int32_t rj = loongarch_decode_imm ("5:5", insn, 0); local
136 && rd == sp && rj == sp && si12 < 0)
141 && rd == fp && rj == sp && si12 > 0)
146 && rj == sp)
151 && rj == sp)
160 else if ((insn & 0xffc00000) == 0x03800000) /* ori rd,rj,si12 */
162 if (reg_used[rj])
164 reg_value[rd] = reg_value[rj] | (si12 & 0xfff);
169 && rd == sp && rj == sp)
234 if ((insn & 0xfc000000) == 0x4c000000) /* jirl rd, rj, offs16 *
236 LONGEST rj = regcache_raw_get_signed (regcache, local
247 LONGEST rj = regcache_raw_get_signed (regcache, local
256 LONGEST rj = regcache_raw_get_signed (regcache, local
265 LONGEST rj = regcache_raw_get_signed (regcache, local
274 LONGEST rj = regcache_raw_get_signed (regcache, local
283 ULONGEST rj = regcache_raw_get_unsigned (regcache, local
292 ULONGEST rj = regcache_raw_get_unsigned (regcache, local
301 LONGEST rj = regcache_raw_get_signed (regcache, local
308 LONGEST rj = regcache_raw_get_signed (regcache, local
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
run-tests.sh 5 Usage: $0 [-rs] [-rj <board>] [-rh <board ip>] [tests]
11 -rj <board> Run on board via JTAG
29 -rj) boardjtag=$2; shift; run_jtag=true;;
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
run-tests.sh 5 Usage: $0 [-rs] [-rj <board>] [-rh <board ip>] [tests]
11 -rj <board> Run on board via JTAG
29 -rj) boardjtag=$2; shift; run_jtag=true;;
  /src/common/lib/libc/hash/rmd160/
rmd160.c 101 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \
103 a = ROL(sj, a + Fj(b,c,d) + X(rj) + Kj) + e; \
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
rmd160.c 83 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \
85 a = ROL(sj, a + Fj(b,c,d) + X(rj) + Kj) + e; \
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evppkey_ecc.txt 1838 MD4wEAYHKoZIzj0CAQYFK4EEAB4DKgAE4V+25YCpVkKF6NF/UPc1SYxohYWcf3qT3JDoPRhnm/rj
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evppkey_ecc.txt 1838 MD4wEAYHKoZIzj0CAQYFK4EEAB4DKgAE4V+25YCpVkKF6NF/UPc1SYxohYWcf3qT3JDoPRhnm/rj

Completed in 43 milliseconds