Home
last modified time | relevance | path

Searched refs:REG_C (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/lib/libkern/arch/sh/
Dmemset.S35 # define REG_C r2 macro
41 # define REG_C r5 macro
59 mov #0,REG_C
69 1: mov.b REG_C,@-REG_LEN
72 mov.b REG_C,@-REG_LEN
75 mov.b REG_C,@-REG_LEN
78 mov.b REG_C,@-REG_LEN
101 mov REG_C,r0
148 extu.b REG_C,REG_TMP1 /* REG_C = ??????xx, REG_TMP1 = ????00xx */
149 shll8 REG_C /* REG_C = ????xx00, REG_TMP1 = ????00xx */
[all …]
/openbsd/src/lib/libc/arch/sh/string/
Dmemset.S36 # define REG_C r2 macro
42 # define REG_C r5 macro
60 mov #0,REG_C
70 1: mov.b REG_C,@-REG_LEN
73 mov.b REG_C,@-REG_LEN
76 mov.b REG_C,@-REG_LEN
79 mov.b REG_C,@-REG_LEN
102 mov REG_C,r0
149 extu.b REG_C,REG_TMP1 /* REG_C = ??????xx, REG_TMP1 = ????00xx */
150 shll8 REG_C /* REG_C = ????xx00, REG_TMP1 = ????00xx */
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dcrx-opc.c634 #define REG_C(N) REG(CONCAT2(c,N), N, CRX_C_REGTYPE) macro
636 REG_C(0), REG_C(1), REG_C(2), REG_C(3),
637 REG_C(4), REG_C(5), REG_C(6), REG_C(7),
638 REG_C(8), REG_C(9), REG_C(10), REG_C(11),
639 REG_C(12), REG_C(13), REG_C(14), REG_C(15),
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-z80.c368 #define REG_C (1) macro
393 {"c", REG_C },
1304 if (port.X_add_number == REG_C) in emit_in()
1366 if (REG_C == port.X_add_number) in emit_out()
1493 case REG_C: in emit_ldreg()