| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/ |
| H A D | cmp.cgs | 25 # arm testcase for cmp$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
|
| H A D | sbc.cgs | 25 # arm testcase for sbc$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
|
| H A D | tst.cgs | 25 # arm testcase for tst$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
|
| H A D | mov.cgs | 25 # arm testcase for mov$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
|
| H A D | rsc.cgs | 25 # arm testcase for rsc$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
|
| H A D | cmn.cgs | 25 # arm testcase for cmn$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
|
| H A D | mvn.cgs | 25 # arm testcase for mvn$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
|
| H A D | teq.cgs | 25 # arm testcase for teq$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
|
| H A D | sub.cgs | 25 # arm testcase for sub$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
|
| H A D | rsb.cgs | 25 # arm testcase for rsb$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
|
| H A D | eor.cgs | 25 # arm testcase for eor$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
|
| H A D | orr.cgs | 25 # arm testcase for orr$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
|
| H A D | add.cgs | 31 # add$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
|
| H A D | and.cgs | 31 # and$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
|
| H A D | adc.cgs | 31 # adc$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
|
| H A D | bic.cgs | 31 # bic$cond${set-cc?} $rd,$rn,$rm,${operbic2-shifttype} ${operbic2-shiftreg}
|
| /netbsd-src/common/lib/libx86emu/ |
| H A D | x86emu.c | 4893 uint32_t srcval, *shiftreg, mask; in common_bitstring32() local 4896 shiftreg = decode_rh_long_register(emu); in common_bitstring32() 4897 srcval = decode_and_fetch_long_disp(emu, (int16_t) *shiftreg >> 5); in common_bitstring32() 4898 bit = *shiftreg & 0x1F; in common_bitstring32() 4921 uint16_t srcval, *shiftreg, mask; in common_bitstring16() local 4924 shiftreg = decode_rh_word_register(emu); in common_bitstring16() 4925 srcval = decode_and_fetch_word_disp(emu, (int16_t) *shiftreg >> 4); in common_bitstring16() 4926 bit = *shiftreg & 0xF; in common_bitstring16() 4997 uint32_t destval, *shiftreg; in common_shift32() local 5000 shiftreg = decode_rh_long_register(emu); in common_shift32() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/ |
| H A D | lib1funcs.S | 231 .macro shiftop name, dest, src1, src2, shiftop, shiftreg, tmp 232 \shiftop \tmp, \src2, \shiftreg 243 .macro shiftop name, dest, src1, src2, shiftop, shiftreg, tmp 244 \name \dest, \src1, \src2, \shiftop \shiftreg
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/ |
| H A D | lib1funcs.S | 231 .macro shiftop name, dest, src1, src2, shiftop, shiftreg, tmp 232 \shiftop \tmp, \src2, \shiftreg 243 .macro shiftop name, dest, src1, src2, shiftop, shiftreg, tmp 244 \name \dest, \src1, \src2, \shiftop \shiftreg
|