Home
last modified time | relevance | path

Searched refs:UCMP (Results 1 – 25 of 25) sorted by relevance

/freebsd/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600p8-ppc.pl36 $UCMP ="cmpld";
46 $UCMP ="cmplw";
477 $UCMP $len,$bsz ; len < bsz?
702 ${UCMP}i $len,8
H A Dsha1-ppc.pl37 $UCMP ="cmpld";
44 $UCMP ="cmplw";
240 $UCMP $num,$t1
H A Dsha512-ppc.pl53 $UCMP="cmpld";
61 $UCMP="cmplw";
271 $UCMP $num,$t1
441 $UCMP $inp,$num
715 $UCMP $inp,$num
H A Dkeccak1600-ppc64.pl48 $UCMP ="cmpld";
498 $UCMP r4,r5 ; len < bsz?
678 ${UCMP}i $len,8
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dppc.pl124 $UCMP= "cmplw"; # unsigned compare
148 $UCMP= "cmpld"; # unsigned compare
1656 $UCMP 0,r3,r5 #h>=d?
1677 $UCMP 0,r8,r9 # is (h>>BN_BITS4)==dh
1699 $UCMP cr1,r6,r7 # compare (tl <= r7)
1710 $UCMP cr1,r4,r11 # compare l and tl
1716 $UCMP cr1,r3,r12 #compare h and th
H A Dppc-mont.pl64 $UCMP= "cmplw"; # unsigned compare
85 $UCMP= "cmpld"; # unsigned compare
301 $UCMP $i,$tj
391 $UCMP $ap,$bp
507 $UCMP $ap_end,$ap
569 $UCMP $ap_end,$ap # done yet?
730 $UCMP $ap_end,$ap # done yet?
777 $UCMP $bp,$t3 # done yet?
1230 $UCMP $ap_end,$ap # done yet?
1336 $UCMP $ap,$ap_end # done yet?
[all …]
/freebsd/crypto/openssl/crypto/chacha/asm/
H A Dchachap10-ppc.pl58 $UCMP ="cmpld";
65 $UCMP ="cmplw";
172 ${UCMP}i $len,255
308 ${UCMP}i $len,0x40
340 ${UCMP}i $len,0x40
372 ${UCMP}i $len,0x40
404 ${UCMP}i $len,0x40
873 ${UCMP}i $len,0x40
905 ${UCMP}i $len,0x40
937 ${UCMP}
[all...]
H A Dchacha-ppc.pl58 $UCMP ="cmpld";
65 $UCMP ="cmplw";
163 ${UCMP}i $len,0
305 ${UCMP}i $len,0 # done already?
456 ${UCMP}i $len,256
849 ${UCMP}i $len,255 # done with 256-byte blocks yet?
858 ${UCMP}i $len,255 # done with 256-byte blocks yet?
863 ${UCMP}i $len,0 # done yet?
1125 ${UCMP}i $len,0x40
1157 ${UCMP}i $len,0x40
[all …]
/freebsd/crypto/openssl/crypto/modes/asm/
H A Dghashp8-ppc.pl46 $UCMP="cmpld";
54 $UCMP="cmplw";
287 ${UCMP}i $len,64
342 $UCMP r9,$inp
557 ${UCMP}i $len,2
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl57 $UCMP ="cmpld";
65 $UCMP ="cmplw";
122 ${UCMP}i $inp,0
124 ${UCMP}i $out,0
516 ${UCMP}i $len,16
588 ${UCMP}i $len,16
601 ${UCMP}i $len,128
635 ${UCMP}i $len,16
1276 ${UCMP}i $len,1
1308 ${UCMP}i $len,8
[all …]
H A Dvpaes-ppc.pl49 $UCMP ="cmpld";
56 $UCMP ="cmplw";
642 ${UCMP}i r5,16
/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-ppcfp.pl38 $UCMP ="cmpld";
45 $UCMP ="cmplw";
109 $UCMP $inp,r0
H A Dpoly1305-ppc.pl63 $UCMP ="cmpld";
70 $UCMP ="cmplw";
115 $UCMP $inp,r0
387 $UCMP $inp,r0
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h727 UCMP, enumerator
H A DBasicTTIImpl.h2577 ISD = ISD::UCMP; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp326 case ISD::UCMP: return "ucmp"; in getOperationName()
H A DLegalizeVectorOps.cpp477 case ISD::UCMP: in LegalizeOp()
1291 case ISD::UCMP: in Expand()
H A DLegalizeVectorTypes.cpp200 case ISD::UCMP: in ScalarizeVectorResult()
829 case ISD::UCMP: in ScalarizeVectorOperand()
1352 case ISD::SCMP: case ISD::UCMP: in SplitVectorResult()
3490 case ISD::UCMP: in SplitVectorOperand()
4794 case ISD::UCMP: in WidenVectorResult()
6852 case ISD::UCMP: in WidenVectorOperand()
H A DLegalizeIntegerTypes.cpp264 case ISD::UCMP: in PromoteIntegerResult()
2031 case ISD::UCMP: Res = PromoteIntOp_CMP(N); break; in PromoteIntegerOperand()
3056 case ISD::UCMP: ExpandIntRes_CMP(N, Lo, Hi); break; in ExpandIntegerResult()
5527 case ISD::UCMP: Res = ExpandIntOp_CMP(N); break; in ExpandIntegerOperand()
H A DLegalizeDAG.cpp1187 case ISD::UCMP: in LegalizeOp()
4036 case ISD::UCMP: in ExpandNode()
H A DTargetLowering.cpp10942 auto LTPredicate = (Opcode == ISD::UCMP ? ISD::SETULT : ISD::SETLT); in expandCMP()
10943 auto GTPredicate = (Opcode == ISD::UCMP ? ISD::SETUGT : ISD::SETGT); in expandCMP()
H A DSelectionDAGBuilder.cpp7328 setValue(&I, DAG.getNode(ISD::UCMP, sdl, DestVT, Op1, Op2)); in visitIntrinsicCall()
H A DSelectionDAG.cpp7539 case ISD::UCMP: in getNode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp837 setOperationAction({ISD::UCMP, ISD::SCMP}, VT, Expand); in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td465 def ucmp : SDNode<"ISD::UCMP" , SDTIntBinOp,