Home
last modified time | relevance | path

Searched refs:shiftreg (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/
H A Dcmp.cgs25 # arm testcase for cmp$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
H A Dsbc.cgs25 # arm testcase for sbc$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
H A Dtst.cgs25 # arm testcase for tst$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
H A Dmov.cgs25 # arm testcase for mov$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
H A Drsc.cgs25 # arm testcase for rsc$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
H A Dcmn.cgs25 # arm testcase for cmn$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
H A Dmvn.cgs25 # arm testcase for mvn$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
H A Dteq.cgs25 # arm testcase for teq$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
H A Dsub.cgs25 # arm testcase for sub$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
H A Drsb.cgs25 # arm testcase for rsb$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
H A Deor.cgs25 # arm testcase for eor$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
H A Dorr.cgs25 # arm testcase for orr$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
H A Dadd.cgs31 # add$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
H A Dand.cgs31 # and$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
H A Dadc.cgs31 # adc$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
H A Dbic.cgs31 # bic$cond${set-cc?} $rd,$rn,$rm,${operbic2-shifttype} ${operbic2-shiftreg}
/netbsd-src/common/lib/libx86emu/
H A Dx86emu.c4893 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 Dlib1funcs.S231 .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 Dlib1funcs.S231 .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