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

/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DX86_64.cpp824 const uint8_t modRm = loc[-1]; local
834 if (op == 0xff && (modRm == 0x15 || modRm == 0x25))
852 uint8_t modRm) {
872 loc[-1] = 0xc0 | (modRm & 0x38) >> 3; // ModR/M byte.
900 loc[-1] = 0xc0 | (modRm & 0x38) >> 3 | (op & 0x3c); // ModR/M byte.
917 const uint8_t modRm = loc[-1]; local
930 relaxGotNoPic(loc, val + 4, op, modRm);
935 if (modRm == 0x15) {
947 assert(modRm
851 relaxGotNoPic(uint8_t *loc, uint64_t val, uint8_t op, uint8_t modRm) argument
[all...]

Completed in 59 milliseconds