HomeSort by: relevance | last modified time | path
    Searched refs:VK_VE_TPOFF_LO32 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
VEMCExpr.cpp 61 case VK_VE_TPOFF_LO32:
112 case VK_VE_TPOFF_LO32:
133 .Case("tpoff_lo", VK_VE_TPOFF_LO32)
169 case VK_VE_TPOFF_LO32:
221 case VK_VE_TPOFF_LO32:
VEMCExpr.h 41 VK_VE_TPOFF_LO32,
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCExpr.cpp 381 case VK_VE_TPOFF_LO32: return "tpoff_lo";
522 .Case("tpoff_lo", VK_VE_TPOFF_LO32)
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCExpr.h 353 VK_VE_TPOFF_LO32, // symbol@tpoff_lo
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/AsmParser/
VEAsmParser.cpp 1065 case MCSymbolRefExpr::VK_VE_TPOFF_LO32:
1066 Variant = VEMCExpr::VK_VE_TPOFF_LO32;

Completed in 21 milliseconds