Home
last modified time | relevance | path

Searched refs:shiftop (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dieee754-df.S607 shiftop orr xl xl xh lsl r3 lr
756 shiftop orr xl xl xh lsl r5 r2
760 shiftop adc xh r2 xh lsr r4 r6
772 shiftop orr xl xl xh lsl r4 r2
784 shiftop orr lr lr xl lsl r5 r2
786 shiftop orr r3 r3 xh lsl r5 r2
789 shiftop bic xl xl xh lsr r4 r2
1470 shiftop orr xl xl r3 lsl ip ip
H A Dlib1funcs.S231 .macro shiftop name, dest, src1, src2, shiftop, shiftreg, tmp macro
232 \shiftop \tmp, \src2, \shiftreg
243 .macro shiftop name, dest, src1, src2, shiftop, shiftreg, tmp macro
244 \name \dest, \src1, \src2, \shiftop \shiftreg
H A Dieee754-sf.S124 shiftop adds r0 r0 r1 asr r3 ip
405 shiftop add r3 r3 ah lsl r2 ip
409 shiftop adc r0 r3 al lsr r2 r2
418 shiftop adc r0 r3 ah lsr r2 r2
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dieee754-df.S607 shiftop orr xl xl xh lsl r3 lr
756 shiftop orr xl xl xh lsl r5 r2
760 shiftop adc xh r2 xh lsr r4 r6
772 shiftop orr xl xl xh lsl r4 r2
784 shiftop orr lr lr xl lsl r5 r2
786 shiftop orr r3 r3 xh lsl r5 r2
789 shiftop bic xl xl xh lsr r4 r2
1470 shiftop orr xl xl r3 lsl ip ip
H A Dlib1funcs.S231 .macro shiftop name, dest, src1, src2, shiftop, shiftreg, tmp macro
232 \shiftop \tmp, \src2, \shiftreg
243 .macro shiftop name, dest, src1, src2, shiftop, shiftreg, tmp macro
244 \name \dest, \src1, \src2, \shiftop \shiftreg
H A Dieee754-sf.S124 shiftop adds r0 r0 r1 asr r3 ip
405 shiftop add r3 r3 ah lsl r2 ip
409 shiftop adc r0 r3 al lsr r2 r2
418 shiftop adc r0 r3 ah lsr r2 r2
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.md1760 enum {ashr, lshr, ashl} shiftop = <expander>;
1762 = (shiftop == ashl ? gen_lshrdi3 : gen_ashldi3);
1764 = (shiftop == ashl ? gen_ashldi3 : gen_lshrdi3);
1766 /* We shift "from" one subreg "to" the other, according to shiftop. */
1767 int from = (shiftop == ashl ? 0 : 8);
1768 int to = (shiftop == ashl ? 8 : 0);
1838 if (shiftop == ashr)
H A Dgcn-valu.md1999 (define_code_iterator shiftop [ashift lshiftrt ashiftrt])
2088 (shiftop:V_QIHI
2109 (shiftop:V_SI
2120 (shiftop:V_QIHI
2140 (shiftop:V_SI
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoB.td728 def : Pat<(and (not (shiftop<shl> 1, GPR:$rs2)), GPR:$rs1),
731 def : Pat<(or (shiftop<shl> 1, GPR:$rs2), GPR:$rs1),
733 def : Pat<(xor (shiftop<shl> 1, GPR:$rs2), GPR:$rs1),
735 def : Pat<(and (shiftop<srl> GPR:$rs1, GPR:$rs2), 1),
738 def : Pat<(shiftop<shl> 1, GPR:$rs2),
H A DRISCVInstrInfo.td921 class shiftop<SDPatternOperator operator>
928 def : PatGprGpr<shiftop<shl>, SLL>;
929 def : PatGprGpr<shiftop<srl>, SRL>;
930 def : PatGprGpr<shiftop<sra>, SRA>;
/netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/
H A Dlocal2.c369 shiftop(NODE *p) in shiftop() function
751 shiftop(p); in zzzcode()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dlocal2.c307 shiftop(NODE *p) in shiftop() function
838 shiftop(p); in zzzcode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td1454 defm SLL : BinaryRSAndK<"sll", 0x89, 0xEBDF, shiftop<shl>, GR32>;
1455 def SLLG : BinaryRSY<"sllg", 0xEB0D, shiftop<shl>, GR64>;
1466 defm SRL : BinaryRSAndK<"srl", 0x88, 0xEBDE, shiftop<srl>, GR32>;
1467 def SRLG : BinaryRSY<"srlg", 0xEB0C, shiftop<srl>, GR64>;
1472 defm SRA : BinaryRSAndK<"sra", 0x8A, 0xEBDC, shiftop<sra>, GR32>;
1473 def SRAG : BinaryRSY<"srag", 0xEB0A, shiftop<sra>, GR64>;
1478 def RLL : BinaryRSY<"rll", 0xEB1D, shiftop<rotl>, GR32>;
1479 def RLLG : BinaryRSY<"rllg", 0xEB1C, shiftop<rotl>, GR64>;
H A DSystemZOperators.td763 class shiftop<SDPatternOperator operator>
/netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/
H A Dlocal2.c438 shiftop(NODE *p) in shiftop() function
782 shiftop(p); in zzzcode()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-valu.md1989 (define_code_iterator shiftop [ashift lshiftrt ashiftrt])
2078 (shiftop:V_QIHI
2099 (shiftop:V_SI
2110 (shiftop:V_QIHI
2130 (shiftop:V_SI
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td1005 class logical_shifted_reg<ValueType Ty, RegisterClass regclass, Operand shiftop>
1009 let MIOperandInfo = (ops regclass, shiftop);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200610798 * config/rs6000/rs6000.c (insvdi_rshift_rlwimi_p): Correct shiftop