Searched refs:DecoderNamespace (Results 1 – 17 of 17) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsInstrFPU.td | 117 string DecoderNamespace = "Mips64"; 133 string DecoderNamespace = "Mips64"; 142 let DecoderNamespace = "Mips64"; 264 let DecoderNamespace = "Mips64" in 288 let DecoderNamespace = "Mips64" in { 321 let DecoderNamespace = "Mips64" in { 369 let DecoderNamespace = "Mips64"; 375 let DecoderNamespace = "Mips64"; 388 let DecoderNamespace = "Mips64"; 395 let DecoderNamespace = "Mips64" in { [all …]
|
D | Mips32r6InstrFormats.td | 16 let DecoderNamespace = "Mips32r6_64r6"; 148 string DecoderNamespace = "Mips32r6_64r6_Ambiguous";
|
D | MipsCondMov.td | 153 let DecoderNamespace = "Mips64" in { 194 let DecoderNamespace = "Mips64" in {
|
D | Mips64r6InstrInfo.td | 103 let DecoderNamespace = "Mips32r6_64r6_GP64" in {
|
D | Mips64InstrInfo.td | 103 let DecoderNamespace = "Mips64" in { 423 let DecoderNamespace = "Mips64", Predicates = [HasMips64] in {
|
D | MicroMipsInstrFormats.td | 13 let DecoderNamespace = "MicroMips";
|
D | MipsInstrFormats.td | 88 let DecoderNamespace = "Mips";
|
D | MicroMipsInstrInfo.td | 617 let DecoderNamespace = "MicroMips", Predicates = [InMicroMips] in {
|
D | MipsInstrInfo.td | 1231 let DecoderNamespace = "COP3_" in {
|
/external/llvm/lib/Target/BPF/ |
D | BPFInstrFormats.td | 17 let DecoderNamespace = "BPF";
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrFormats.td | 328 let DecoderNamespace = "ARM"; 336 let DecoderNamespace = "Thumb"; 1067 let DecoderNamespace = "ThumbSBit"; 1189 let DecoderNamespace = "Thumb2"; 1210 let DecoderNamespace = "Thumb2"; 1223 let DecoderNamespace = "Thumb2"; 1235 let DecoderNamespace = "Thumb"; 1326 let DecoderNamespace = "Thumb2"; 1359 let DecoderNamespace = "Thumb2"; 1420 let DecoderNamespace = "VFP"; [all …]
|
D | ARMInstrVFP.td | 358 let DecoderNamespace = "VFPV8", PostEncoderMethod = "", 381 let DecoderNamespace = "VFPV8", PostEncoderMethod = "" in { 626 let PostEncoderMethod = "", DecoderNamespace = "VFPV8" in { 747 let PostEncoderMethod = "", DecoderNamespace = "VFPV8" in {
|
D | ARMInstrNEON.td | 4244 DecoderNamespace = "NEONData" in { 5041 let PostEncoderMethod = "NEONThumb2V8PostEncoder", DecoderNamespace = "v8NEON" in { 5067 let PostEncoderMethod = "NEONThumb2V8PostEncoder", DecoderNamespace = "v8NEON" in { 5869 let PostEncoderMethod = "NEONThumb2V8PostEncoder", DecoderNamespace = "v8NEON" in { 6179 let PostEncoderMethod = "NEONThumb2V8PostEncoder", DecoderNamespace = "v8NEON" in { 6207 DecoderNamespace = "v8Crypto", hasSideEffects = 0 in {
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrFormats.td | 25 let DecoderNamespace = "Sparc";
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 2161 std::string DecoderNamespace = Def->getValueAsString("DecoderNamespace"); in run() local 2165 OpcMap[std::make_pair(DecoderNamespace, Size)].push_back(i); in run()
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 349 // DecoderNamespace - The "namespace" in which this instruction exists, on 351 string DecoderNamespace = "";
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrQPX.td | 107 let DecoderNamespace = "QPX" in {
|