/external/llvm/lib/Target/XCore/Disassembler/ |
XCoreDisassembler.cpp | 659 unsigned Op1, Op2, Op3, Op4, Op5, Op6; 664 S = Decode3OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5, Op6); 668 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder); 693 unsigned Op1, Op2, Op3, Op4, Op5; 698 S = Decode2OpInstruction(fieldFromInstruction(Insn, 16, 16), Op4, Op5); 703 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder); 714 unsigned Op4 = fieldFromInstruction(Insn, 16, 4); 719 S = DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder); 722 DecodeGRRegsRegisterClass(Inst, Op4, Address, Decoder); 733 unsigned Op4 = fieldFromInstruction(Insn, 16, 4) [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelDAGToDAG.cpp | [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAG.h | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelDAGToDAG.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | [all...] |