Home
last modified time | relevance | path

Searched refs:UCMP (Results 1 – 23 of 23) 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";
483 $UCMP r4,r5 ; len < bsz?
661 ${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/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/chacha/asm/
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/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.h705 UCMP, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp309 case ISD::UCMP: return "ucmp"; in getOperationName()
H A DLegalizeIntegerTypes.cpp244 case ISD::UCMP: in PromoteIntegerResult()
1980 case ISD::UCMP: Res = PromoteIntOp_CMP(N); break; in PromoteIntegerOperand()
2297 SDValue LHS = N->getOpcode() == ISD::UCMP in PromoteIntOp_CMP()
2300 SDValue RHS = N->getOpcode() == ISD::UCMP in PromoteIntOp_CMP()
2873 case ISD::UCMP: ExpandIntRes_CMP(N, Lo, Hi); break; in ExpandIntegerResult()
5288 case ISD::UCMP: Res = ExpandIntOp_CMP(N); break; in ExpandIntegerOperand()
H A DLegalizeVectorTypes.cpp188 case ISD::UCMP: in ScalarizeVectorResult()
816 case ISD::UCMP: in ScalarizeVectorOperand()
1293 case ISD::SCMP: case ISD::UCMP: in SplitVectorResult()
3213 case ISD::UCMP: in SplitVectorOperand()
4426 case ISD::UCMP: in WidenVectorResult()
6405 case ISD::UCMP: in WidenVectorOperand()
H A DLegalizeVectorOps.cpp460 case ISD::UCMP: in LegalizeOp()
H A DLegalizeDAG.cpp1157 case ISD::UCMP: in LegalizeOp()
3897 case ISD::UCMP: in ExpandNode()
H A DTargetLowering.cpp10450 auto LTPredicate = (Opcode == ISD::UCMP ? ISD::SETULT : ISD::SETLT); in expandCMP()
10451 auto GTPredicate = (Opcode == ISD::UCMP ? ISD::SETUGT : ISD::SETGT); in expandCMP()
H A DSelectionDAGBuilder.cpp7276 setValue(&I, DAG.getNode(ISD::UCMP, sdl, DestVT, Op1, Op2)); in visitIntrinsicCall()
H A DSelectionDAG.cpp6994 case ISD::UCMP: in getNode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp746 setOperationAction({ISD::UCMP, ISD::SCMP}, VT, Expand); in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td449 def ucmp : SDNode<"ISD::UCMP" , SDTIntBinOp,