HomeSort by relevance Sort by last modified time
    Searched refs:Src2 (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 51 Dest.TY##Val = Src1.TY##Val OP Src2.TY##Val; \
55 GenericValue Src2, Type *Ty) {
66 GenericValue Src2, Type *Ty) {
77 GenericValue Src2, Type *Ty) {
88 GenericValue Src2, Type *Ty) {
99 GenericValue Src2, Type *Ty) {
102 Dest.FloatVal = fmod(Src1.FloatVal, Src2.FloatVal);
105 Dest.DoubleVal = fmod(Src1.DoubleVal, Src2.DoubleVal);
115 Dest.IntVal = APInt(1,Src1.IntVal.OP(Src2.IntVal)); \
120 assert(Src1.AggregateVal.size() == Src2.AggregateVal.size());
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.h 42 SDValue Src1, SDValue Src2, SDValue Size,
60 SDValue Src1, SDValue Src2,
SystemZSelectionDAGInfo.cpp 156 // Use CLC to compare [Src1, Src1 + Size) with [Src2, Src2 + Size),
159 SDValue Src1, SDValue Src2, uint64_t Size) {
171 return DAG.getNode(SystemZISD::CLC_LOOP, DL, VTs, Chain, Src1, Src2,
174 return DAG.getNode(SystemZISD::CLC, DL, VTs, Chain, Src1, Src2,
193 SDValue Src1, SDValue Src2, SDValue Size,
199 Chain = emitCLC(DAG, DL, Chain, Src1, Src2, Bytes);
249 SDValue Src1, SDValue Src2,
253 SDValue Unused = DAG.getNode(SystemZISD::STRCMP, DL, VTs, Chain, Src1, Src2,
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonPeephole.cpp 161 MachineOperand &Src2 = MI->getOperand(2);
165 unsigned SrcReg = Src2.getReg();
178 MachineOperand &Src2 = MI->getOperand(2);
179 if (Src2.getImm() != 32)
  /external/llvm/lib/Target/X86/
X86FixupLEAs.cpp 141 // if src1 != src2, then convertToThreeAddress will
308 const MachineOperand &Src2 = MI->getOperand(SrcR1 == DstR ? 3 : 1);
312 .addOperand(Src2);
X86InstrInfo.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_IDCT_s.h 673 Src2 EQU 9
683 qXj2 QN Src2.S16
695 dXj2lo DN (Src2*2).S16
696 dXj2hi DN (Src2*2+1).S16
886 XTR7 EQU Src2
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_IDCT_s.h 679 Src2 EQU 9
689 qXj2 QN Src2.S16
701 dXj2lo DN (Src2*2).S16
702 dXj2hi DN (Src2*2+1).S16
892 XTR7 EQU Src2
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 132 MCOperand &RS1, MCOperand &Src2, MCOperand &RD,
139 Inst.addOperand(Src2);
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIInstrInfo.cpp 549 int Src2Idx = AMDGPU::getNamedOperandIdx(Opcode, AMDGPU::OpName::src2);
653 ErrInfo = "VOP3 src2 cannot be a literal constant.";
665 const MachineOperand &Src2 = MI->getOperand(4);
666 if (Src0.isReg() && Src1.isReg() && Src2.isReg()) {
668 !compareMachineOp(Src0, Src2)) {
669 ErrInfo = "v_div_scale_{f32|f64} require src0 = src1 or src2";
863 AMDGPU::OpName::src2);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 435 milliseconds