Searched refs:Op4 (Results 1 - 5 of 5) sorted by relevance
/external/llvm/lib/Target/XCore/Disassembler/ |
H A D | XCoreDisassembler.cpp | 643 unsigned Op1, Op2, Op3, Op4, Op5, Op6; local 648 S = Decode3OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5, Op6); 652 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder); 677 unsigned Op1, Op2, Op3, Op4, Op5; local 682 S = Decode2OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5); 687 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder); 698 unsigned Op4 = fieldFromInstruction(Insn, 16, 4); local 703 S = DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder); 706 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder); 717 unsigned Op4 local [all...] |
/external/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 759 SDValue Op3, SDValue Op4); 761 SDValue Op3, SDValue Op4, SDValue Op5);
|
/external/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 2701 SDValue Op0, Op1, Op2, Op3, Op4; local 2707 if (!SelectAddr(0, Op, Op0, Op1, Op2, Op3, Op4)) 2716 OutOps.push_back(Op4);
|
H A D | X86ISelLowering.cpp | 11868 unsigned Op4 = cast<ConstantSDNode>(Op.getOperand(4))->getZExtValue(); local 11871 if (!Op1 && !Op2 && !Op3 && Op4) 11875 if (Op1 && !Op2 && !Op3 && !Op4)
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 4968 SDValue Op3, SDValue Op4) { 4969 SDValue Ops[] = { Op1, Op2, Op3, Op4 }; 4975 SDValue Op3, SDValue Op4, SDValue Op5) { 4976 SDValue Ops[] = { Op1, Op2, Op3, Op4, Op5 }; 4967 UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, SDValue Op3, SDValue Op4) argument 4974 UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2, SDValue Op3, SDValue Op4, SDValue Op5) argument
|
Completed in 213 milliseconds