Searched refs:Mips16 (Results 1 – 25 of 25) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | Mips16InstrFormats.td | 405 // Format JAL instruction class in Mips16 : 428 // Format EXT-I instruction class in Mips16 : 450 // Format ASMACRO instruction class in Mips16 : 479 // Format EXT-RI instruction class in Mips16 : 503 // Format EXT-RRI instruction class in Mips16 : 528 // Format EXT-RRI-A instruction class in Mips16 : 554 // Format EXT-SHIFT instruction class in Mips16 : 581 // Format EXT-I8 instruction class in Mips16 : 606 // Format EXT-I8_SVRS instruction class in Mips16 :
|
D | Mips.td | 167 "Mips16 mode">;
|
D | MipsCallingConv.td | 319 // Mips16 needs special handling on some functions.
|
D | Mips16InstrInfo.td | 1 //===- Mips16InstrInfo.td - Target Description for Mips16 -*- tablegen -*-=// 10 // This file describes Mips16 instructions. 1387 // Mips16 pseudos
|
D | MipsInstrInfo.td | 3269 // Mips16
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrFormats.td | 405 // Format JAL instruction class in Mips16 : 428 // Format EXT-I instruction class in Mips16 : 450 // Format ASMACRO instruction class in Mips16 : 479 // Format EXT-RI instruction class in Mips16 : 503 // Format EXT-RRI instruction class in Mips16 : 528 // Format EXT-RRI-A instruction class in Mips16 : 554 // Format EXT-SHIFT instruction class in Mips16 : 581 // Format EXT-I8 instruction class in Mips16 : 606 // Format EXT-I8_SVRS instruction class in Mips16 :
|
D | Mips.td | 157 "Mips16 mode">;
|
D | MipsCallingConv.td | 313 // Mips16 needs special handling on some functions.
|
D | Mips16InstrInfo.td | 1 //===- Mips16InstrInfo.td - Target Description for Mips16 -*- tablegen -*-=// 10 // This file describes Mips16 instructions. 1381 // Mips16 pseudos
|
D | MipsInstrInfo.td | 2682 // Mips16
|
/external/llvm/test/MC/Mips/ |
D | set-mips16-directive.s | 2 # FIXME: Update this test when we have a more mature implementation of Mips16 in the IAS.
|
D | cprestore-bad.s | 10 # CHECK: :[[@LINE-1]]:14: error: .cprestore is not supported in Mips16 mode
|
D | cpload-bad.s | 9 # ASM: :[[@LINE-1]]:17: error: .cpload is not supported in Mips16 mode
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | set-mips16-directive.s | 2 # FIXME: Update this test when we have a more mature implementation of Mips16 in the IAS.
|
D | cprestore-bad.s | 10 # CHECK: :[[@LINE-1]]:14: error: .cprestore is not supported in Mips16 mode
|
D | cpload-bad.s | 9 # ASM: :[[@LINE-1]]:17: error: .cpload is not supported in Mips16 mode
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 126 Mips16 = 0x266, enumerator
|
/external/llvm/tools/llvm-pdbdump/ |
D | PdbYaml.cpp | 68 io.enumCase(Value, "Mips16", PDB_Machine::Mips16); in enumeration()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 131 Mips16 = 0x266, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | PdbYaml.cpp | 45 io.enumCase(Value, "Mips16", PDB_Machine::Mips16); in enumeration()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 242 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, Mips16, OS) in operator <<()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 302 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, Mips16, OS) in operator <<()
|
/external/clang/lib/Driver/ |
D | ToolChains.cpp | 2116 auto Mips16 = makeMultilib("/mips16").flag("+mips16"); in findMipsMtiMultilibs() local 2136 .Maybe(Mips16) in findMipsMtiMultilibs()
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 941 def Mips16 : InheritableAttr, TargetSpecificAttr<TargetMips> {
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenSubtargetInfo.inc | 90 { "mips16", "Mips16 mode", { Mips::FeatureMips16 }, { } },
|