Searched refs:FormBits (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | X86FoldTablesEmitter.cpp | 258 const BitsInit *FormBits = Inst->getValueAsBitsInit("FormBits"); in hasRegisterFormat() local 259 uint64_t FormBitsNum = getValueFromBitsInit(FormBits); in hasRegisterFormat() 267 const BitsInit *FormBits = Inst->getValueAsBitsInit("FormBits"); in hasMemoryFormat() local 268 uint64_t FormBitsNum = getValueFromBitsInit(FormBits); in hasMemoryFormat()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeInstrFormats.td | 60 bits<6> FormBits = Form.Value; 77 let TSFlags{5-0} = FormBits;
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsInstrFormats.td | 63 bits<4> FormBits = Form.Value; 66 let TSFlags{3-0} = FormBits;
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 51 bits<5> FormBits = Form.Value;
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrFormats.td | 97 bits<4> FormBits = Form.Value; 103 let TSFlags{3-0} = FormBits;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsInstrFormats.td | 97 bits<4> FormBits = Form.Value; 108 let TSFlags{3-0} = FormBits;
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrFormats.td | 126 bits<6> FormBits = Form.Value; 158 let TSFlags{5-0} = FormBits;
|
/external/llvm/docs/TableGen/ |
D | index.rst | 131 bits<6> FormBits = { 0, 0, 0, 0, 1, 1 };
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/ |
D | index.rst | 134 bits<6> FormBits = { 0, 0, 0, 0, 1, 1 };
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 264 bits<7> FormBits = Form.Value; 343 let TSFlags{6-0} = FormBits;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 229 bits<7> FormBits = Form.Value; 305 let TSFlags{6-0} = FormBits;
|