Lines Matching refs:x0F
171 ESCAPE_PREFIX = 0x0F,
812 ASSERT_EQ(0x0F, *data);
813 byte cond = *(data + 1) & 0x0F;
817 return 6; // includes 0x0F
823 byte cond = *data & 0x0F;
834 ASSERT_EQ(0x0F, *data);
835 byte cond = *(data + 1) & 0x0F;
839 return 3; // includes 0x0F
1020 // Handle all two-byte opcodes, which start with 0x0F.
1029 // 0x66 0x0F prefix.
1238 int condition = opcode & 0x0F;
1288 // Mnemonics for two-byte opcode instructions starting with 0x0F.
1474 case 0x0F: