Searched refs:bitsSize (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | Mips.cpp | 226 static void writeValue(Ctx &ctx, uint8_t *loc, uint64_t v, uint8_t bitsSize, in writeValue() argument 229 uint32_t mask = 0xffffffff >> (32 - bitsSize); in writeValue() 235 static void writeShuffle(Ctx &ctx, uint8_t *loc, uint64_t v, uint8_t bitsSize, in writeShuffle() argument 242 writeValue(ctx, loc, v, bitsSize, shift); in writeShuffle() 250 uint8_t bitsSize, uint8_t shift) { in writeMicroRelocation16() argument 252 uint16_t mask = 0xffff >> (16 - bitsSize); in writeMicroRelocation16()
|