Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp827 IValueT Src1Value; in emitType01() local
829 switch (encodeOperand(OpSrc1, Src1Value, WantGPRegs)) { in emitType01()
841 Src1Value = encodeShiftRotateImm5(Src1Value, OperandARM32::kNoShift, Imm5); in emitType01()
842 emitType01(Cond, kInstTypeDataRegister, Opcode, SetFlags, Rn, Rd, Src1Value, in emitType01()
848 emitType01(Cond, kInstTypeDataRegister, Opcode, SetFlags, Rn, Rd, Src1Value, in emitType01()
856 if (!OperandARM32FlexImm::canHoldImm(Src1Value, &RotateAmt, &Imm8)) in emitType01()
859 Src1Value = encodeRotatedImm8(RotateAmt, Imm8); in emitType01()
869 Src1Value, RuleChecks, InstName); in emitType01()
879 emitType01(Cond, kInstTypeDataRegShift, Opcode, SetFlags, Rn, Rd, Src1Value, in emitType01()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp163 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFastISel.cpp194 bool ARMEmitCmp(const Value *Src1Value, const Value *Src2Value,
1352 bool ARMFastISel::ARMEmitCmp(const Value *Src1Value, const Value *Src2Value, in ARMEmitCmp() argument
1354 Type *Ty = Src1Value->getType(); in ARMEmitCmp()
1435 unsigned SrcReg1 = getRegForValue(Src1Value); in ARMEmitCmp()
2800 Value *Src1Value = I->getOperand(0); in SelectShift() local
2801 unsigned Reg1 = getRegForValue(Src1Value); in SelectShift()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp155 bool PPCEmitCmp(const Value *Src1Value, const Value *Src2Value,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp155 bool PPCEmitCmp(const Value *Src1Value, const Value *Src2Value,