Searched refs:r0h (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/h8300/
H A Dcompare.s4 cmp.b r0h,r0l
H A Dcompareh.s5 cmp.b r0h,r0l
H A Dcompares.s5 cmp.b r0h,r0l
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/h8300/
H A Dstc.s57 stc ccr, r0h ; copy test value to r0h
59 test_h_gr16 0xffa5 r0 ; ff in r0h, a5 in r0l
61 test_h_gr32 0xa5a5ffa5 er0 ; ff in r0h, a5 everywhere else
337 mov @byte_dest1, r0h
338 cmp.b #0xff, r0h
342 .L1: mov @byte_dest2, r0h
343 cmp.b #0x87, r0h
347 .L2: mov @byte_dest3, r0h
348 cmp.b #0xff, r0h
[all...]
H A Dldc.s53 mov #0xff, r0h
54 ldc r0h, ccr ; set all ccr flags high, reg operand
64 mov #0, r0h
65 ldc r0h, ccr ; set all ccr flags low, reg operand
112 mov #0x87, r0h
113 ldc r0h, exr ; set exr to 0x87
H A Dshll.s98 mov #5, r0h
99 shll.b r0h, r0l ; shift left logical by register value
211 mov #5, r0h
212 shll.w r0h, r0 ; shift left logical by register value
H A Dsubb.s166 mov.b #5, r0h
167 sub.b r0h, r0l ; Register operand
H A Ddec.s20 dec.b r0h ; Decrement 8-bit reg by one
H A Dinc.s20 inc.b r0h ; Increment 8-bit reg by one
H A Dcmpb.s351 mov.b #0xa5, r0h
352 cmp.b r0h, r0l ; Reg8 src, reg8 dst
355 .Leq7: mov.b #0xa6, r0h
356 cmp.b r0h, r0l
359 .Llt7: mov.b #0xa4, r0h
360 cmp.b r0h, r0l
H A Dtestutils.inc70 mov.b r0l, r0h
114 ; (reg must be r0l - r7l or r0h - r7h)
132 ; (reg must be r0l - r7l or r0h - r7h)
H A Dxorb.s167 mov.b #0xff, r0h
168 xor.b r0h, r0l ; Register operand
H A Daddx.s157 mov.b #5, r0h
158 addx.b r0h, r0l ; Register operand
182 mov.b #5, r0h
184 addx.b r0h, r0l ; Register operand
H A Dsubx.s158 mov.b #5, r0h
160 subx.b r0h, r0l ; Register operand
183 mov.b #4, r0h
186 subx.b r0h, r0l ; Register operand
H A Dandb.s248 mov.b #0xaa, r0h
249 and.b r0h, r0l ; Register operand
H A Dorb.s254 mov.b #0xaa, r0h
255 or.b r0h, r0l ; Reg8 src, reg8 dest
H A Daddb.s412 mov.b #5, r0h
413 add.b r0h, r0l ; Register operand
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dcode.c125 int i, r0l, r0h, a0, r2, sz, hasch, stk; local
138 stk = r0l = r0h = a0 = r2 = 0;
148 if (r0h)
151 r0h = 1;
169 r0l = r0h = 1;
187 r0l = r0h = 1;
191 if (r0l||r0h||r2)
194 r0l = r0h = r2 = 1;
H A Dorder.c403 int r0l, r0h, r2, a0, stk, sz; local
431 r0l = r0h = r2 = a0 = 0;
466 if (r0h)
469 r0h = 1;
489 r0l = r0h = 1;
497 r0l = r0h = r2 = 1;
511 r0l = r0h = 1;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/
H A Dh8300s.s32 mov.b r0l,r0h
111 das r0h
208 bset r7l,r0h
218 bclr r7h,r0h
230 bnot r7l,r0h
240 btst r7h,r0h
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32c/
H A Dcpu.h85 r0, r0h, r0l, enumerator in enum:__anon1708
H A Dreg.c44 "r0", "r0h", "r0l",
138 case r0h:
243 case r0h:
H A Dsrcdest.c128 static const char *dc_bnames[4] = { "r0l", "r0h", "r1l", "r1h" };;
147 sd.u.reg = bw ? r1 : r0h;
210 static const char *dc_anames[4] = { "r0l", "r0h", "r1l", "r1h" };
341 r0h, r2, 0, 0, "R0H/R2"}, /* 1 0 0 0 0 */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dlib1funcs.asm31 #define A0H r0h
820 cmp.b #0x4f,r0h
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/h8300/
H A Dlib1funcs.asm36 #define A0H r0h
825 cmp.b #0x4f,r0h

Completed in 199 milliseconds

12