Searched refs:Src1Value (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.cpp | 830 IValueT Src1Value; in emitType01() local 832 switch (encodeOperand(OpSrc1, Src1Value, WantGPRegs)) { in emitType01() 844 Src1Value = encodeShiftRotateImm5(Src1Value, OperandARM32::kNoShift, Imm5); in emitType01() 845 emitType01(Cond, kInstTypeDataRegister, Opcode, SetFlags, Rn, Rd, Src1Value, in emitType01() 851 emitType01(Cond, kInstTypeDataRegister, Opcode, SetFlags, Rn, Rd, Src1Value, in emitType01() 859 if (!OperandARM32FlexImm::canHoldImm(Src1Value, &RotateAmt, &Imm8)) in emitType01() 862 Src1Value = encodeRotatedImm8(RotateAmt, Imm8); in emitType01() 872 Src1Value, RuleChecks, InstName); in emitType01() 882 emitType01(Cond, kInstTypeDataRegShift, Opcode, SetFlags, Rn, Rd, Src1Value, in emitType01()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 193 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()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 192 bool ARMEmitCmp(const Value *Src1Value, const Value *Src2Value, 1337 bool ARMFastISel::ARMEmitCmp(const Value *Src1Value, const Value *Src2Value, in ARMEmitCmp() argument 1339 Type *Ty = Src1Value->getType(); in ARMEmitCmp() 1412 unsigned SrcReg1 = getRegForValue(Src1Value); in ARMEmitCmp() 2788 Value *Src1Value = I->getOperand(0); in SelectShift() local 2789 unsigned Reg1 = getRegForValue(Src1Value); in SelectShift()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 163 bool ARMEmitCmp(const Value *Src1Value, const Value *Src2Value, 1349 bool ARMFastISel::ARMEmitCmp(const Value *Src1Value, const Value *Src2Value, in ARMEmitCmp() argument 1351 Type *Ty = Src1Value->getType(); in ARMEmitCmp() 1422 unsigned SrcReg1 = getRegForValue(Src1Value); in ARMEmitCmp() 2772 Value *Src1Value = I->getOperand(0); in SelectShift() local 2773 unsigned Reg1 = getRegForValue(Src1Value); in SelectShift()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 155 bool PPCEmitCmp(const Value *Src1Value, const Value *Src2Value,
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 163 bool PPCEmitCmp(const Value *Src1Value, const Value *Src2Value,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 162 bool PPCEmitCmp(const Value *Src1Value, const Value *Src2Value,
|