Lines Matching refs:x0F
165 ESCAPE_PREFIX = 0x0F,
791 ASSERT_EQ(0x0F, *data);
792 byte cond = *(data + 1) & 0x0F;
796 return 6; // includes 0x0F
802 byte cond = *data & 0x0F;
813 ASSERT_EQ(0x0F, *data);
814 byte cond = *(data + 1) & 0x0F;
818 return 3; // includes 0x0F
988 // Handle all two-byte opcodes, which start with 0x0F.
997 // 0x66 0x0F prefix.
1069 int condition = opcode & 0x0F;
1105 // Mnemonics for two-byte opcode instructions starting with 0x0F.
1287 case 0x0F: