HomeSort by relevance Sort by last modified time
    Searched refs:BSWAP (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/elfutils/libasm/
asm_addint8.c 49 #define BSWAP(size) _BSWAP(size)
105 var = BSWAP(SIZE) (var);
  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha1-586.pl 377 &bswap($A);
378 &bswap($B);
379 &bswap($C);
380 &bswap($D);
431 my ($ABCD,$E,$E_,$BSWAP)=map("xmm$_",(0..3));
463 &movdqa ($BSWAP,&QWP(0x50,$tmp1)); # byte-n-word swap
470 &pshufb (@MSG[0],$BSWAP);
472 &pshufb (@MSG[1],$BSWAP);
473 &pshufb (@MSG[2],$BSWAP);
474 &pshufb (@MSG[3],$BSWAP);
    [all...]
sha1-x86_64.pl 150 bswap $xi[0]
157 bswap $xi[1]
358 my ($ABCD,$E,$E_,$BSWAP,$ABCD_SAVE,$E_SAVE)=map("%xmm$_",(0..3,8,9));
379 movdqa K_XX_XX+0xa0(%rip),$BSWAP # byte-n-word swap
386 pshufb $BSWAP,@MSG[0]
388 pshufb $BSWAP,@MSG[1]
389 pshufb $BSWAP,@MSG[2]
391 pshufb $BSWAP,@MSG[3]
426 pshufb $BSWAP,@MSG[0]
432 pshufb $BSWAP,@MSG[1
    [all...]
sha512-x86_64.pl 344 $code.=" bswap $T1\n";
556 my ($Wi,$ABEF,$CDGH,$TMP,$BSWAP,$ABEF_SAVE,$CDGH_SAVE)=map("%xmm$_",(0..2,7..10));
583 movdqa $TMP,$BSWAP # offload
671 movdqa $BSWAP,$TMP
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ISDOpcodes.h 320 BSWAP, CTTZ, CTLZ, CTPOP,
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
  /art/runtime/interpreter/
interpreter_intrinsics.cc 65 UNARY_INTRINSIC(MterpIntegerReverseBytes, BSWAP, GetVReg, SetI);
98 UNARY_INTRINSIC(MterpLongReverseBytes, BSWAP, GetVRegLong, SetJ);
128 UNARY_INTRINSIC(MterpShortReverseBytes, BSWAP, GetVRegShort, SetS);
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 342 BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h 385 BSWAP, CTTZ, CTLZ, CTPOP, BITREVERSE,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
  /art/runtime/mirror/
var_handle.cc 370 value->SetC(BSWAP(value->GetC()));
375 value->SetS(BSWAP(value->GetS()));
380 value->SetI(BSWAP(value->GetI()));
385 value->SetJ(BSWAP(value->GetJ()));
572 sum = BSWAP(current_value) + value_;
576 BSWAP(sum),
579 StoreResult(BSWAP(current_value), result_);
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 147 setOperationAction(ISD::BSWAP, MVT::i32, Expand);
148 setOperationAction(ISD::BSWAP, MVT::i64, Expand);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 147 setOperationAction(ISD::BSWAP, MVT::i32, Expand);
148 setOperationAction(ISD::BSWAP, MVT::i64, Expand);
  /art/libartbase/base/
bit_utils.h 95 constexpr T BSWAP(T x) {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 98 /// \brief Expand bswap of vectors into a shuffle if legal.
284 case ISD::BSWAP:
687 case ISD::BSWAP:
873 // Generate a byte wise shuffle mask for the BSWAP.
    [all...]
SelectionDAGDumper.cpp 317 case ISD::BSWAP: return "bswap";
LegalizeIntegerTypes.cpp 57 case ISD::BSWAP: Res = PromoteIntRes_BSWAP(N); break;
320 ISD::SRL, dl, NVT, DAG.getNode(ISD::BSWAP, dl, NVT, Op),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 119 /// Expand bswap of vectors into a shuffle if legal.
343 case ISD::BSWAP:
717 case ISD::BSWAP:
    [all...]
SelectionDAGDumper.cpp 346 case ISD::BSWAP: return "bswap";
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 97 {ISD::BSWAP, ISD::SMUL_LOHI, ISD::UMUL_LOHI,
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 104 setOperationAction(ISD::BSWAP, MVT::i32, Expand);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
BPFISelLowering.cpp 108 setOperationAction(ISD::BSWAP, MVT::i32, Promote);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 55 case ISD::BSWAP: Res = PromoteIntRes_BSWAP(N); break;
270 return DAG.getNode(ISD::SRL, dl, NVT, DAG.getNode(ISD::BSWAP, dl, NVT, Op),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 172 setOperationAction(ISD::BSWAP, MVT::i32, Expand);
    [all...]

Completed in 1269 milliseconds

1 2 3 4