Searched refs:rx (Results 1 - 25 of 445) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Drx-parse.c73 #line 20 "./config/rx-parse.y" /* yacc.c:339 */
78 #include "rx-defs.h"
191 #line 192 "rx-parse.c" /* yacc.c:339 */
557 #line 140 "./config/rx-parse.y" /* yacc.c:355 */
562 #line 563 "rx-parse.c" /* yacc.c:355 */
579 #line 580 "rx-parse.c" /* yacc.c:358 */
2297 #line 185 "./config/rx-parse.y" /* yacc.c:1648 */
2299 #line 2300 "rx-parse.c" /* yacc.c:1648 */
2303 #line 190 "./config/rx-parse.y" /* yacc.c:1648 */
2305 #line 2306 "rx
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dstm32l4xx-fix-vldm-dp.s11 @ vldm rx, {...}
12 @ -> vldm rx!, {8_words_or_less} for each
13 @ -> sub rx, rx, #size (list)
17 @ vldm rx!, {...}
18 @ -> vldm rx!, {8_words_or_less} for each needed 8_word
19 @ This also handles vpop instruction (when rx is sp)
25 @ vldmd rx!, {...}
26 @ -> vldmb rx!, {8_words_or_less} for each needed 8_word
H A Dstm32l4xx-fix-vldm.s11 @ vldm rx, {...}
12 @ -> vldm rx!, {8_words_or_less} for each
13 @ -> sub rx, rx, #size (list)
17 @ vldm rx!, {...}
18 @ -> vldm rx!, {8_words_or_less} for each needed 8_word
19 @ This also handles vpop instruction (when rx is sp)
25 @ vldmd rx!, {...}
26 @ -> vldmb rx!, {8_words_or_less} for each needed 8_word
H A Dstm32l4xx-fix-ldm.s10 @ LDM CASE #1 (used when rx is in upper_list)
11 @ ldm rx, {...} ->
12 @ ldm rx!, {lower_list}
13 @ ldm rx, {upper_list}
17 @ LDM CASE #1 bis (used when rx is in upper_list and pc is
19 @ ldm rx, {...} ->
20 @ ldm rx!, {lower_list}
21 @ ldm rx, {upper_list}
24 @ LDM CASE #2 (used when rx is not in upper_list)
25 @ ldm rx, {
[all...]
H A Dstm32l4xx-cannot-fix-far-ldm.s13 @ ldm rx, {...} ->
14 @ mov ry, rx where ry is the lowest register from upper_list
22 @ ldm rx, {...} -> ldm rx, {...}
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dcasinhq_kernel.c31 __float128 rx, ix; local
35 rx = fabsq (__real__ x);
38 if (rx >= 1 / FLT128_EPSILON || ix >= 1 / FLT128_EPSILON)
44 __real__ y = rx;
57 else if (rx >= 0.5Q && ix < FLT128_EPSILON / 8)
59 __float128 s = hypotq (1, rx);
61 __real__ res = logq (rx + s);
67 else if (rx < FLT128_EPSILON / 8 && ix >= 1.5Q)
73 __imag__ res = atan2q (rx, copysignq (s, __imag__ x));
75 __imag__ res = atan2q (s, rx);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dcasinhq_kernel.c31 __float128 rx, ix; local
35 rx = fabsq (__real__ x);
38 if (rx >= 1 / FLT128_EPSILON || ix >= 1 / FLT128_EPSILON)
44 __real__ y = rx;
57 else if (rx >= 0.5Q && ix < FLT128_EPSILON / 8)
59 __float128 s = hypotq (1, rx);
61 __real__ res = logq (rx + s);
67 else if (rx < FLT128_EPSILON / 8 && ix >= 1.5Q)
73 __imag__ res = atan2q (rx, copysignq (s, __imag__ x));
75 __imag__ res = atan2q (s, rx);
[all...]
/netbsd-current/external/gpl2/lvm2/dist/libdm/regex/
H A Dmatcher.c44 static int _count_nodes(struct rx_node *rx) argument
48 if (rx->left)
49 r += _count_nodes(rx->left);
51 if (rx->right)
52 r += _count_nodes(rx->right);
57 static void _fill_table(struct dm_regex *m, struct rx_node *rx) argument
59 assert((rx->type != OR) || (rx->left && rx->right));
61 if (rx
85 struct rx_node *rx, *c1, *c2; local
194 _calc_states(struct dm_regex *m, struct rx_node *rx) argument
274 struct rx_node *rx; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp70 void ExecutionDomainFix::setLiveReg(int rx, DomainValue *dv) { argument
71 assert(unsigned(rx) < NumRegs && "Invalid index");
74 if (LiveRegs[rx] == dv)
76 if (LiveRegs[rx])
77 release(LiveRegs[rx]);
78 LiveRegs[rx] = retain(dv);
81 void ExecutionDomainFix::kill(int rx) { argument
82 assert(unsigned(rx) < NumRegs && "Invalid index");
84 if (!LiveRegs[rx])
87 release(LiveRegs[rx]);
91 force(int rx, unsigned domain) argument
[all...]
/netbsd-current/external/mit/xorg/lib/xkeyboard-config/symbols/nokia_vndr/
H A DMakefile6 FILES= rx-44 rx-51 su-8w
/netbsd-current/games/trek/
H A Dinitquad.c65 int rx, ry; local
98 sector(&rx, &ry);
99 Sect[rx][ry] = KLINGON;
100 Etc.klingon[i].x = rx;
109 sector(&rx, &ry);
110 Sect[rx][ry] = BASE;
111 Etc.starbase.x = rx;
117 sector(&rx, &ry);
118 Sect[rx][ry] = INHABIT;
124 sector(&rx,
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_kx/
H A Dcrypto_kx.c34 crypto_kx_client_session_keys(unsigned char rx[crypto_kx_SESSIONKEYBYTES], argument
45 if (rx == NULL) {
46 rx = tx;
49 tx = rx;
51 if (rx == NULL) {
66 rx[i] = keys[i];
75 crypto_kx_server_session_keys(unsigned char rx[crypto_kx_SESSIONKEYBYTES], argument
86 if (rx == NULL) {
87 rx = tx;
90 tx = rx;
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/rx/
H A Drx.exp20 if { ! [istarget rx-*-*] } {
34 run_dump_test "rx-asm-good"
35 # run_list_test "rx-asm-bad" "" "Generation of error messages with bogus Renesas assembler directives"
H A Dpr22737.d3 .*: file format elf32-rx-(le|linux)
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dset-section-alignment.d6 #xfail: rx-*-*
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dcompiler.cc74 std::string rx = make_regexp (triplet_regexp_, base); local
77 rx.c_str());
79 int code = regcomp (&triplet, rx.c_str (), REG_EXTENDED | REG_NOSUB);
88 rx.c_str (),
98 rx.c_str (),
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-xstormy16/
H A Dpcrel.s16 bc rx, #0, external
17 bc rx, #0, global
18 bc rx, #0, local
/netbsd-current/external/gpl3/binutils/dist/ld/emulparams/
H A Delf32rx.sh3 OUTPUT_FORMAT="elf32-rx-le"
4 # See also `include/elf/rx.h'
6 ARCH=rx
H A Delf32rx_linux.sh3 OUTPUT_FORMAT="elf32-rx-linux"
4 # See also `include/elf/rx.h'
6 ARCH=rx
/netbsd-current/external/gpl3/binutils.old/dist/ld/emulparams/
H A Delf32rx.sh3 OUTPUT_FORMAT="elf32-rx-le"
4 # See also `include/elf/rx.h'
6 ARCH=rx
/netbsd-current/external/gpl3/gdb.old/dist/ld/emulparams/
H A Delf32rx.sh3 OUTPUT_FORMAT="elf32-rx-le"
4 # See also `include/elf/rx.h'
6 ARCH=rx
H A Delf32rx_linux.sh3 OUTPUT_FORMAT="elf32-rx-linux"
4 # See also `include/elf/rx.h'
6 ARCH=rx
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dpr22393-1e.d5 #xfail: h8300-*-* rx-*-linux*
H A Dpr22393-1f.d5 #xfail: h8300-*-* rx-*-linux*
/netbsd-current/external/gpl3/gdb/dist/sim/rx/
H A DMakefile.in33 rx.o \

Completed in 290 milliseconds

1234567891011>>