Searched refs:UCMP (Results 1 – 10 of 10) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/modes/asm/ |
D | ghashp8-ppc.pl | 43 $UCMP="cmpld"; 51 $UCMP="cmplw"; 283 ${UCMP}i $len,64 338 $UCMP r9,$inp 553 ${UCMP}i $len,2
|
/external/boringssl/src/crypto/fipsmodule/aes/asm/ |
D | aesp8-ppc.pl | 52 $UCMP ="cmpld"; 60 $UCMP ="cmplw"; 115 ${UCMP}i $inp,0 117 ${UCMP}i $out,0 509 ${UCMP}i $len,16 581 ${UCMP}i $len,16 594 ${UCMP}i $len,128 628 ${UCMP}i $len,16 1269 ${UCMP}i $len,1 1301 ${UCMP}i $len,8 [all …]
|
/external/mesa3d/src/gallium/tests/graw/fragment-shader/ |
D | frag-ucmp.sh | 10 3: UCMP OUT[0], TEMP[0].xxxx, IMM[0].yzzz, IMM[0].yyyz
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 40 UCMP, enumerator
|
D | SystemZISelLowering.cpp | 684 return DAG.getNode((isUnsigned ? SystemZISD::UCMP : SystemZISD::CMP), in EmitCmp() 794 case SystemZISD::UCMP: return "SystemZISD::UCMP"; in getTargetNodeName()
|
D | SystemZInstrInfo.td | 59 def SystemZucmp : SDNode<"SystemZISD::UCMP", SDT_CmpTest>;
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 159 OP13(UCMP)
|
D | tgsi_info_opcodes.h | 160 OPCODE(1, 3, COMP, UCMP)
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 196 OP13(UCMP)
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 1329 .. opcode:: UCMP - Integer Conditional Move
|