Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DX86_64.cpp867 const uint8_t modRm = loc[-1]; in adjustGotPcExpr() local
877 if (op == 0xff && (modRm == 0x15 || modRm == 0x25)) in adjustGotPcExpr()
895 uint8_t modRm) { in relaxGotNoPic() argument
915 loc[-1] = 0xc0 | (modRm & 0x38) >> 3; // ModR/M byte. in relaxGotNoPic()
943 loc[-1] = 0xc0 | (modRm & 0x38) >> 3 | (op & 0x3c); // ModR/M byte. in relaxGotNoPic()
961 const uint8_t modRm = loc[-1]; in relaxGot() local
974 relaxGotNoPic(loc, val + 4, op, modRm); in relaxGot()
979 if (modRm == 0x15) { in relaxGot()
991 assert(modRm == 0x25); in relaxGot()