Searched defs:rex (Results 1 – 2 of 2) sorted by relevance
318 uint8_t rex = 0; in Jmp32() local356 uint8_t rex = ((operand.base.num_ & 0b1000) >> 3) | ((operand.index.num_ & 0b1000) >> 2); in Rex() local
202 constexpr uint8_t rex() const { in rex() function