Home
last modified time | relevance | path

Searched refs:Src1Value (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp828 IValueT Src1Value; in emitType01() local
830 switch (encodeOperand(OpSrc1, Src1Value, WantGPRegs)) { in emitType01()
842 Src1Value = encodeShiftRotateImm5(Src1Value, OperandARM32::kNoShift, Imm5); in emitType01()
843 emitType01(Cond, kInstTypeDataRegister, Opcode, SetFlags, Rn, Rd, Src1Value, in emitType01()
849 emitType01(Cond, kInstTypeDataRegister, Opcode, SetFlags, Rn, Rd, Src1Value, in emitType01()
857 if (!OperandARM32FlexImm::canHoldImm(Src1Value, &RotateAmt, &Imm8)) in emitType01()
860 Src1Value = encodeRotatedImm8(RotateAmt, Imm8); in emitType01()
870 Src1Value, RuleChecks, InstName); in emitType01()
880 emitType01(Cond, kInstTypeDataRegShift, Opcode, SetFlags, Rn, Rd, Src1Value, in emitType01()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFastISel.cpp193 bool ARMEmitCmp(const Value *Src1Value, const Value *Src2Value,
1350 bool ARMFastISel::ARMEmitCmp(const Value *Src1Value, const Value *Src2Value, in ARMEmitCmp() argument
1352 Type *Ty = Src1Value->getType(); in ARMEmitCmp()
1425 unsigned SrcReg1 = getRegForValue(Src1Value); in ARMEmitCmp()
2793 Value *Src1Value = I->getOperand(0); in SelectShift() local
2794 unsigned Reg1 = getRegForValue(Src1Value); in SelectShift()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp162 bool PPCEmitCmp(const Value *Src1Value, const Value *Src2Value,