OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Op4
(Results
1 - 3
of
3
) sorted by null
/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/lib/Target/X86/
X86ISelDAGToDAG.cpp
[
all
...]
Completed in 56 milliseconds