Home
last modified time | relevance | path

Searched refs:VK_ARM_LO_0_7 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h29 VK_ARM_LO_0_7, // The R_ARM_THM_ALU_ABS_G0_NC relocation (:lower0_7: in the enumerator
68 return create(VK_ARM_LO_0_7, Expr, Ctx); in createLower0_7()
H A DARMMCExpr.cpp40 case VK_ARM_LO_0_7: in printImpl()
H A DARMMCCodeEmitter.cpp1217 case ARMMCExpr::VK_ARM_LO_0_7: in getHiLoImmOpValue()
1249 case ARMMCExpr::VK_ARM_LO_0_7: in getHiLoImmOpValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6478 {"lower0_7", ARMMCExpr::VK_ARM_LO_0_7, ELF}, in parsePrefix()
6858 ARM16Expr->getKind() == ARMMCExpr::VK_ARM_LO_0_7)) in isThumbI8Relocation()