Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DX86_64.cpp51 uint8_t ModRm) const;
370 const uint8_t ModRm = Data[-1]; in adjustRelaxExpr() local
380 if (Op == 0xff && (ModRm == 0x15 || ModRm == 0x25)) in adjustRelaxExpr()
398 uint8_t ModRm) const { in relaxGotNoPic()
418 Loc[-1] = 0xc0 | (ModRm & 0x38) >> 3; // ModR/M byte. in relaxGotNoPic()
446 Loc[-1] = 0xc0 | (ModRm & 0x38) >> 3 | (Op & 0x3c); // ModR/M byte. in relaxGotNoPic()
463 const uint8_t ModRm = Loc[-1]; in relaxGot() local
476 relaxGotNoPic(Loc, Val + 4, Op, ModRm); in relaxGot()
481 if (ModRm == 0x15) { in relaxGot()
493 assert(ModRm == 0x25); in relaxGot()