HomeSort by relevance Sort by last modified time
    Searched refs:Mips16 (Results 1 - 13 of 13) sorted by null

  /external/llvm/test/MC/Mips/
set-mips16-directive.s 2 # FIXME: Update this test when we have a more mature implementation of Mips16 in the IAS.
5 .set mips16
9 # CHECK: .set mips16
cprestore-bad.s 8 .set mips16
10 # CHECK: :[[@LINE-1]]:14: error: .cprestore is not supported in Mips16 mode
cpload-bad.s 7 .set mips16
9 # ASM: :[[@LINE-1]]:17: error: .cpload is not supported in Mips16 mode
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
set-mips16-directive.s 2 # FIXME: Update this test when we have a more mature implementation of Mips16 in the IAS.
5 .set mips16
9 # CHECK: .set mips16
cprestore-bad.s 8 .set mips16
10 # CHECK: :[[@LINE-1]]:14: error: .cprestore is not supported in Mips16 mode
cpload-bad.s 7 .set mips16
9 # ASM: :[[@LINE-1]]:17: error: .cpload is not supported in Mips16 mode
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 126 Mips16 = 0x266,
  /external/llvm/tools/llvm-pdbdump/
PdbYaml.cpp 68 io.enumCase(Value, "Mips16", PDB_Machine::Mips16);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 131 Mips16 = 0x266,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
PdbYaml.cpp 45 io.enumCase(Value, "Mips16", PDB_Machine::Mips16);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 242 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, Mips16, OS)
  /external/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 302 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, Mips16, OS)
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]

Completed in 171 milliseconds