Searched refs:fixup_Mips_LO16 (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/MC/Mips/ |
D | expr1.s | 7 # 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
|
D | mips-expansions.s | 22 … # 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
|
D | mips-relocations.s | 7 … # fixup A - offset: 0, value: _gp_disp@ABS_LO, kind: fixup_Mips_LO16
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsFixupKinds.h | 42 fixup_Mips_LO16, enumerator
|
D | MipsAsmBackend.cpp | 39 case Mips::fixup_Mips_LO16: in adjustFixupValue()
|
D | MipsELFObjectWriter.cpp | 121 case Mips::fixup_Mips_LO16: in GetRelocType()
|
D | MipsMCCodeEmitter.cpp | 327 FixupKind = Mips::fixup_Mips_LO16; in getExprOpValue()
|