Home
last modified time | relevance | path

Searched refs:X0 (Results 1 - 25 of 62) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha256-c64xplus.pl42 ($Xn,$X0,$K)=("B7","B8","B9");
117 || SWAP4 $Xn,$X0
121 || SWAP2 $X0,$X0
138 ADD $X0,$T1,$T1 ; T1 += X[i];
139 || STW $X0,*$Xib++
150 || MV $X0,$X14
151 || SWAP4 $Xn,$X0
152 SWAP2 $X0,$X0
[all...]
H A Dsha1-c64xplus.pl40 ($X0,$X2,$X8,$X13) = ("A26","B26","A27","B27");
137 || LDW *${XPA}++,$X0 ; fetches from X ring buffer are
162 || XOR $X0,$X2,$TX0 ; Xupdate XORs are 1 iteration ahead
163 || LDW *${XPA}++,$X0
193 || XOR $X0,$X2,$TX0
194 || LDW *${XPA}++,$X0
230 || XOR $X0,$X2,$TX0
231 || LDW *${XPA}++,$X0
270 || XOR $X0,$X2,$TX0
271 || LDW *${XPA}++,$X0
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha256-c64xplus.pl42 ($Xn,$X0,$K)=("B7","B8","B9");
117 || SWAP4 $Xn,$X0
121 || SWAP2 $X0,$X0
138 ADD $X0,$T1,$T1 ; T1 += X[i];
139 || STW $X0,*$Xib++
150 || MV $X0,$X14
151 || SWAP4 $Xn,$X0
152 SWAP2 $X0,$X0
[all...]
H A Dsha1-c64xplus.pl40 ($X0,$X2,$X8,$X13) = ("A26","B26","A27","B27");
137 || LDW *${XPA}++,$X0 ; fetches from X ring buffer are
162 || XOR $X0,$X2,$TX0 ; Xupdate XORs are 1 iteration ahead
163 || LDW *${XPA}++,$X0
193 || XOR $X0,$X2,$TX0
194 || LDW *${XPA}++,$X0
230 || XOR $X0,$X2,$TX0
231 || LDW *${XPA}++,$X0
270 || XOR $X0,$X2,$TX0
271 || LDW *${XPA}++,$X0
[all...]
/third_party/skia/src/core/
H A DSkLineClipper.cpp37 double X0 = src[0].fX; in sect_with_horizontal() local
41 double result = X0 + ((double)Y - Y0) * (X1 - X0) / (Y1 - Y0); in sect_with_horizontal()
43 // The computed X value might still exceed [X0..X1] due to quantum flux in sect_with_horizontal()
46 return (float)pin_unsorted(result, X0, X1); in sect_with_horizontal()
58 double X0 = src[0].fX; in sect_with_vertical() local
62 double result = Y0 + ((double)X - X0) * (Y1 - Y0) / (X1 - X0); in sect_with_vertical()
/third_party/node/deps/v8/src/bigint/
H A Dmul-toom.cc65 Digits X0(X, 0, i); in Toom3Main()
104 // po = X0 + X2 in Toom3Main()
105 Add(po, X0, X2); in Toom3Main()
106 // p_0 = X0 in Toom3Main()
125 Multiply(r_0, X0, Y0); in Toom3Main()
131 // p_m2 = (p_m1 + X2) * 2 - X0 in Toom3Main()
136 p_m2_sign = SubtractSigned(p_m2, p_m2, p_m2_sign, X0, false); in Toom3Main()
208 Digits X0(X, 0, k); in MultiplyToomCook()
209 Toom3Main(Z, X0, Y); in MultiplyToomCook()
H A Dmul-karatsuba.cc110 // Add X0 * Y1 * b. in KaratsubaStart()
111 Digits X0(X, 0, k); in KaratsubaStart()
114 KaratsubaChunk(T, X0, Y1, scratch); in KaratsubaStart()
165 Digits X0(X, 0, n2); in KaratsubaMain()
171 KaratsubaMain(P0, X0, Y0, scratch_for_recursion, n2); in KaratsubaMain()
190 KaratsubaSubtractionHelper(X_diff, X1, X0, &sign); in KaratsubaMain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp29 static_assert(RISCV::X1 == RISCV::X0 + 1, "Register list not consecutive");
30 static_assert(RISCV::X31 == RISCV::X0 + 31, "Register list not consecutive");
79 markSuperRegs(Reserved, RISCV::X0); // zero in getReservedRegs()
99 return PhysReg == RISCV::X0; in isConstantPhysReg()
H A DRISCVExpandPseudoInsts.cpp269 .addReg(RISCV::X0) in doAtomicBinOpExpansion()
354 .addReg(RISCV::X0) in doMaskedAtomicBinOpExpansion()
513 .addReg(RISCV::X0) in expandAtomicMinMaxOp()
578 .addReg(RISCV::X0) in expandAtomicCmpXchg()
609 .addReg(RISCV::X0) in expandAtomicCmpXchg()
H A DRISCVISelDAGToDAG.cpp72 SDValue SrcReg = CurDAG->getRegister(RISCV::X0, XLenVT); in selectImm()
80 // Only the first instruction has X0 as its source. in selectImm()
118 RISCV::X0, XLenVT); in Select()
H A DRISCVAsmPrinter.cpp106 OS << RISCVInstPrinter::getRegisterName(RISCV::X0); in PrintAsmOperand()
H A DRISCVInstrInfo.cpp171 Register SrcReg = RISCV::X0; in movImm()
198 // Only the first instruction has X0 as its source. in movImm()
500 return (MI.getOperand(1).isReg() && MI.getOperand(1).getReg() == RISCV::X0); in isAsCheapAsAMove()
782 .addReg(RISCV::X0, RegState::Define) in buildOutlinedFrame()
/third_party/skia/modules/skparagraph/gm/
H A Dsimple_gm.cpp125 const SkScalar X0 = pos[0].fX; in drawFromVisitor()
126 const SkScalar X1 = X0 + info->advanceX; in drawFromVisitor()
131 SkScalar x0 = X0; in drawFromVisitor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp105 TII->get(TargetOpcode::COPY), AArch64::X0) in replaceTLSBaseAddrCall()
124 // Insert a copy from X0 to TLSBaseAddrReg for later. in setRegister()
128 .addReg(AArch64::X0); in setRegister()
H A DAArch64AsmPrinter.cpp284 // STP X0, X30, [SP, #-16]! ; push X0 and the link register to the stack in EmitSled()
291 // LDP X0, X30, [SP], #16 ; pop X0 and the link register from the stack in EmitSled()
322 std::string SymName = "__hwasan_check_x" + utostr(Reg - AArch64::X0) + "_" + in LowerHWASAN_CHECK_MEMACCESS()
473 .addReg(AArch64::X0) in EmitHwasanMemaccessSymbols()
485 if (Reg != AArch64::X0) in EmitHwasanMemaccessSymbols()
487 .addReg(AArch64::X0) in EmitHwasanMemaccessSymbols()
1128 Adrp.addOperand(MCOperand::createReg(AArch64::X0)); in EmitInstruction()
1135 Ldr.addOperand(MCOperand::createReg(AArch64::X0)); in EmitInstruction()
[all...]
H A DAArch64CollectLOH.cpp261 static_assert(AArch64::X28 - AArch64::X0 + 3 == N_GPR_REGS, "Number of GPRs"); in mapRegToGPRIndex()
263 if (AArch64::X0 <= Reg && Reg <= AArch64::X28) in mapRegToGPRIndex()
264 return Reg - AArch64::X0; in mapRegToGPRIndex()
H A DAArch64CallingConvention.cpp23 static const MCPhysReg XRegList[] = {AArch64::X0, AArch64::X1, AArch64::X2,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp87 // c.beqz $rs1, $imm -> beq $rs1, X0, $imm. in relaxInstruction()
90 Res.addOperand(MCOperand::createReg(RISCV::X0)); in relaxInstruction()
94 // c.bnez $rs1, $imm -> bne $rs1, X0, $imm. in relaxInstruction()
97 Res.addOperand(MCOperand::createReg(RISCV::X0)); in relaxInstruction()
101 // c.j $imm -> jal X0, $imm. in relaxInstruction()
103 Res.addOperand(MCOperand::createReg(RISCV::X0)); in relaxInstruction()
/third_party/ffmpeg/libswscale/ppc/
H A Dyuv2rgb_altivec.c647 vector signed short X, X0, X1, Y0, U0, V0, Y1, U1, V1, U, V; in yuv2packedX_altivec() local
669 X0 = vec_ld(0, &lumSrc[j][i]); in yuv2packedX_altivec()
671 Y0 = vec_mradds(X0, YCoeffs[j], Y0); in yuv2packedX_altivec()
760 X0 = vec_ld(0, &lumSrc[j][i]); in yuv2packedX_altivec()
762 Y0 = vec_mradds(X0, YCoeffs[j], Y0); in yuv2packedX_altivec()
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
H A Dgfx11SwizzlePattern.h1782 {X0, X1, Y0, X2, Y1, Y2, X3, Y3, }, // 0
1783 {0, X0, Y0, X1, Y1, X2, Y2, X3, }, // 1
1784 {0, 0, X0, Y0, X1, Y1, X2, Y2, }, // 2
1785 {0, 0, 0, X0, Y0, X1, X2, Y1, }, // 3
1786 {0, 0, 0, 0, X0, Y0, X1, Y1, }, // 4
1787 {S0, X0, Y0, X1, Y1, X2, Y2, X3, }, // 5
1788 {0, S0, X0, Y0, X1, Y1, X2, Y2, }, // 6
1789 {0, 0, S0, X0, Y0, X1, Y1, X2, }, // 7
1790 {0, 0, 0, S0, X0, Y0, X1, Y1, }, // 8
1791 {0, 0, 0, 0, S0, X0, Y
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSetupRoutine.cpp309 Int X0 = *Pointer<Int>(v0 + OFFSET(Vertex, projected.x)); in generate() local
319 *Pointer<Float>(primitive + OFFSET(Primitive, pointCoordX)) = Float(1.0f / subPixF) * Float(X0); in generate()
326 Y2 = Y1 + X0 - X1; in generate()
329 Float dx = Float(X0) * (1.0f / subPixF); in generate()
332 X1 -= X0; in generate()
335 X2 -= X0; in generate()
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
H A Dgfx10SwizzlePattern.h3744 {X0, X1, X2, X3, Y0, Y1, Y2, Y3, }, // 0
3745 {0, X0, X1, X2, Y0, Y1, Y2, X3, }, // 1
3746 {0, 0, X0, X1, Y0, Y1, Y2, X2, }, // 2
3747 {0, 0, 0, X0, Y0, Y1, X1, X2, }, // 3
3748 {0, 0, 0, 0, Y0, Y1, X0, X1, }, // 4
3749 {X0, X1, X2, Y1, Y0, Y2, X3, Y3, }, // 5
3750 {0, 0, 0, X0, Y0, X1, X2, Y1, }, // 6
3751 {0, 0, 0, 0, X0, Y0, X1, Y1, }, // 7
3752 {X0, Y0, X1, Y1, X2, Y2, X3, Y3, }, // 8
3753 {0, X0, Y
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSetupRoutine.cpp323 Int X0 = *Pointer<Int>(v0 + OFFSET(Vertex,X)); in generate() local
334 Y2 = Y1 + X0 - X1; in generate()
337 Float dx = Float(X0) * (1.0f / 16.0f); in generate()
340 X1 -= X0; in generate()
343 X2 -= X0; in generate()
/third_party/python/Lib/test/
H A Dtest_int_literal.py12 self.assertEqual(0x0, 0X0)
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBlitter.cpp1579 Int X0 = Max(Int(x0), 0); in sample() local
1583 Int X1 = X0 + 1; in sample()
1585 X1 = IfThenElse(X1 >= sWidth, X0, X1); in sample()
1593 Pointer<Byte> s000 = source + ComputeOffset(X0, Y0, Z0, sSliceB, sPitchB, srcBytes); in sample()
1595 Pointer<Byte> s100 = source + ComputeOffset(X0, Y1, Z0, sSliceB, sPitchB, srcBytes); in sample()
1597 Pointer<Byte> s001 = source + ComputeOffset(X0, Y0, Z1, sSliceB, sPitchB, srcBytes); in sample()
1599 Pointer<Byte> s101 = source + ComputeOffset(X0, Y1, Z1, sSliceB, sPitchB, srcBytes); in sample()
1624 Float4 fx = Float4(x0 - Float(X0)); in sample()
1640 Pointer<Byte> s00 = source + ComputeOffset(X0, Y0, Z0, sSliceB, sPitchB, srcBytes); in sample()
1642 Pointer<Byte> s10 = source + ComputeOffset(X0, Y in sample()
[all...]

Completed in 31 milliseconds

123