Searched defs:vxor (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| D | code-generator-ppc.cc | 2453 __ vxor(kScratchSimd128Reg, kScratchSimd128Reg, kScratchSimd128Reg); in AssembleArchInstruction() local 2781 __ vxor(dst, i.InputSimd128Register(0), src); in AssembleArchInstruction() local 2794 __ vxor(dst, dst, dst); in AssembleArchInstruction() local 2862 __ vxor(tempFPReg1, src, kScratchSimd128Reg); in AssembleArchInstruction() local 2872 __ vxor(tempFPReg1, src, kScratchSimd128Reg); in AssembleArchInstruction() local 2889 __ vxor(tempFPReg1, src, kScratchSimd128Reg); in AssembleArchInstruction() local 2906 __ vxor(tempFPReg1, src, kScratchSimd128Reg); in AssembleArchInstruction() local 2918 __ vxor(kScratchSimd128Reg, kScratchSimd128Reg, kScratchSimd128Reg); in AssembleArchInstruction() local 3148 __ vxor(kScratchSimd128Reg, kScratchSimd128Reg, kScratchSimd128Reg); in AssembleArchInstruction() local 3336 __ vxor(kScratchSimd128Reg, kScratchSimd128Reg, kScratchSimd128Reg); in AssembleArchInstruction() local [all …]
|
| /third_party/ffmpeg/libswscale/ppc/ |
| D | swscale_vsx.c | 1795 const vec_u8 vxor = vec_splats((uint8_t) 127); in hcscale_fast_vsx() local
|