Home | History | Annotate | Download | only in x64

Lines Matching refs:rex

353   void setRex(byte rex) {
354 ASSERT_EQ(0x40, rex & 0xF0);
355 rex_ = rex;
358 bool rex() { return rex_ != 0; }
362 // Actual number of base register given the low bits and the rex.b state.
745 regop &= 0x7; // The REX.R bit does not affect the operation.
1347 } else if ((current & 0xF0) == 0x40) { // REX prefix.
1349 if (rex_w()) AppendToBuffer("REX.W ");
1368 if (rex_w()) AppendToBuffer("REX.W ");