Searched refs:ADD8 (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | vp3dsp_altivec.c | 120 #define ADD8(a) vec_add(a, eight) macro 134 IDCT_1D(ADD8, SHIFT4) in vp3_idct_put_altivec() 163 IDCT_1D(ADD8, SHIFT4) in vp3_idct_add_altivec()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCMIPeephole.cpp | 735 case PPC::ADD8: { in simplifyCode() 776 const TargetRegisterClass *TRC = MI.getOpcode() == PPC::ADD8 in simplifyCode()
|
H A D | PPCFastISel.cpp | 1290 Opc = IsGPRC ? PPC::ADD4 : PPC::ADD8; in SelectBinaryIntOp() 1317 case PPC::ADD8: in SelectBinaryIntOp()
|
H A D | PPCFrameLowering.cpp | 1419 const MCInstrDesc& AddInst = TII.get( isPPC64 ? PPC::ADD8 in emitEpilogue() 2320 unsigned ADDInstr = is64Bit ? PPC::ADD8 : PPC::ADD4; in eliminateCallFramePseudoInstr()
|
H A D | PPCAsmPrinter.cpp | 1543 EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::ADD8) in EmitFunctionBodyStart()
|
H A D | PPCRegisterInfo.cpp | 100 ImmToIdxMap[PPC::ADDI8] = PPC::ADD8; in PPCRegisterInfo()
|
H A D | PPCInstrInfo.cpp | 2643 return Opc == PPC::ADD4 || Opc == PPC::ADD8; 3006 case PPC::ADD8:
|
H A D | PPCISelLowering.cpp | 10824 BuildMI(BB, dl, TII->get(is64bit ? PPC::ADD8 : PPC::ADD4), Ptr1Reg) in EmitPartwordAtomicBinary() 11367 BB = EmitAtomicBinary(MI, BB, 8, PPC::ADD8); in EmitInstrWithCustomInserter() 11644 BuildMI(BB, dl, TII->get(is64bit ? PPC::ADD8 : PPC::ADD4), Ptr1Reg) in EmitInstrWithCustomInserter()
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/aes/ |
H A D | bsaes-x86_64.s | 2558 L$ADD8:
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/aes/ |
H A D | bsaes-x86_64.s | 2558 L$ADD8:
|
Completed in 45 milliseconds