Home
last modified time | relevance | path

Searched refs:fixup_Mips_LO16 (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/MC/Mips/
Dexpr1.s7 # CHECK: # fixup A - offset: 0, value: foo@ABS_LO, kind: fixup_Mips_LO16
10 # CHECK: # fixup A - offset: 0, value: foo@ABS_LO, kind: fixup_Mips_LO16
12 # CHECK: # fixup A - offset: 0, value: foo@ABS_LO, kind: fixup_Mips_LO16
14 # CHECK: # fixup A - offset: 0, value: foo@ABS_LO, kind: fixup_Mips_LO16
Dmips-expansions.s22 … # fixup A - offset: 0, value: symbol@ABS_LO, kind: fixup_Mips_LO16
27 … # fixup A - offset: 0, value: symbol@ABS_LO, kind: fixup_Mips_LO16
Dmips-relocations.s7 … # fixup A - offset: 0, value: _gp_disp@ABS_LO, kind: fixup_Mips_LO16
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsFixupKinds.h42 fixup_Mips_LO16, enumerator
DMipsAsmBackend.cpp39 case Mips::fixup_Mips_LO16: in adjustFixupValue()
DMipsELFObjectWriter.cpp121 case Mips::fixup_Mips_LO16: in GetRelocType()
DMipsMCCodeEmitter.cpp327 FixupKind = Mips::fixup_Mips_LO16; in getExprOpValue()