Searched refs:cmpd (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cr16/
H A Dcmp_test.s46 cmpd $0xf,(r2,r1)
47 cmpd $0xB,(r2,r1)
48 cmpd $0xff,(r2,r1)
49 cmpd $0xfff,(r2,r1)
50 cmpd $0xffff,(r2,r1)
51 cmpd $0xfffff,(r2,r1)
52 cmpd $0xfffffff,(r2,r1)
53 cmpd $0xffffffff,(r2,r1)
57 cmpd (r4,r3),(r2,r1)
58 cmpd (r
[all...]
H A Dcmp_test.d35 44: f1 56 cmpd \$0xf:s,\(r2,r1\)
36 46: b1 56 0b 00 cmpd \$0xb:m,\(r2,r1\)
37 4a: b1 56 ff 00 cmpd \$0xff:m,\(r2,r1\)
38 4e: b1 56 ff 0f cmpd \$0xfff:m,\(r2,r1\)
39 52: 91 00 00 00 cmpd \$0xffff:l,\(r2,r1\)
41 58: 91 00 0f 00 cmpd \$0xfffff:l,\(r2,r1\)
43 5e: 91 00 ff 0f cmpd \$0xfffffff:l,\(r2,r1\)
45 64: 91 56 cmpd \$-1:s,\(r2,r1\)
46 66: 31 57 cmpd \(r4,r3\),\(r2,r1\)
47 68: 31 57 cmpd \(r
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Ddarwin-asm.h34 #define cmpg MODE_CHOICE(cmpw, cmpd)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Ddarwin-asm.h34 #define cmpg MODE_CHOICE(cmpw, cmpd)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/crx/
H A Darith_insn.s167 .global cmpd
168 cmpd: label
169 cmpd $0x4 , sp label
170 cmpd $0x11 , r1 label
171 cmpd $0xf0000001 , r1 label
172 cmpd r2 , r3 label
H A Darith_insn.d146 000000e8 <cmpd>:
147 e8: 4f 24 cmpd \$0x4, r15
148 ea: e1 24 11 00 cmpd \$0x11, r1
149 ee: f1 24 00 f0 cmpd \$0xf0000001, r1
151 f4: 23 64 cmpd r2, r3
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/cr16/
H A Dtestutils.inc51 cmpd \regp,(r1,r0)
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cr16/
H A Dtestutils.inc51 cmpd \regp,(r1,r0)
/netbsd-current/common/lib/libc/arch/powerpc/atomic/
H A Datomic_cas.S62 cmpd %r3,%r4
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/cr16/
H A Dlib1funcs.S454 cmpd (r12), (r5, r4)
462 cmpd (r7, r6), (r3, r2)
465 cmpd (r5, r4), (r1, r0) /* Compare low bits from param 1 and param 2 */
490 cmpd $0, (r11, r10)
492 cmpd $0, (r9, r8)
496 cmpd (r3, r2), (r7, r6) /* Compare high bits of param 1 and param 2 */
499 cmpd (r1, r0), (r5, r4) /* Compare low bits of param 1 and param 2 */
537 LE: cmpd (r12), (r7, r6)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/cr16/
H A Dlib1funcs.S454 cmpd (r12), (r5, r4)
462 cmpd (r7, r6), (r3, r2)
465 cmpd (r5, r4), (r1, r0) /* Compare low bits from param 1 and param 2 */
490 cmpd $0, (r11, r10)
492 cmpd $0, (r9, r8)
496 cmpd (r3, r2), (r7, r6) /* Compare high bits of param 1 and param 2 */
499 cmpd (r1, r0), (r5, r4) /* Compare low bits of param 1 and param 2 */
537 LE: cmpd (r12), (r7, r6)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/m68hc11/
H A Dall_insns.s113 L109: cmpd #4056
114 L110: cmpd *Z190
115 L111: cmpd 97,X
116 L112: cmpd symbol137
117 L113: cmpd 249,X
/netbsd-current/sys/arch/powerpc/include/
H A Dasm.h404 # define cmpptr cmpd
405 # define cmplong cmpd
406 # define cmpreg cmpd
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dmaverick.c421 MCRC3 (cmpd, 4, 0, 1, 5, armreg (12), mvreg ("d", 16), mvreg ("d", 0));
428 insn (cmps), insn (cmpd),
/netbsd-current/lib/libm/arch/vax/
H A Dn_support.S199 cmpd %r0,%r2 #x ? y
230 cmpd %r0,%r4 #x:y/2
H A Dn_atan2.S100 cmpd %r4,$0x4080 # x = 1.0 ?
H A Dn_argred.S56 cmpd %r3,$0d+4.55530934770520019583e+01
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/vmx/
H A Dpopcount.asm86 LIMB64(`cmpd cr7, n, r0 ')
186 cmpd cr7, n, r0
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/pdp11/
H A Dopcode.s218 cmpd ac5,ac2
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
H A Ddivrem_2.asm133 cmpd cr7, r27, r25
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Da2.d92 .*: (7c a7 40 00|00 40 a7 7c) cmpd cr1,r7,r8

Completed in 235 milliseconds