Lines Matching refs:MovOpcode
138 constexpr uint8_t MovOpcode = 0xb8; in TEST_F() local
140 codeBytes(), MovOpcode | Encoded_GPR_eax(), 0x00, 0x00, 0x00, 0x00, in TEST_F()
141 MovOpcode | Encoded_GPR_ebx(), 0x00, 0x00, 0x00, 0x00, in TEST_F()
142 MovOpcode | Encoded_GPR_ecx(), 0x00, 0x00, 0x00, 0x00, in TEST_F()
143 MovOpcode | Encoded_GPR_edx(), 0x00, 0x00, 0x00, 0x00, in TEST_F()
144 MovOpcode | Encoded_GPR_edi(), 0x00, 0x00, 0x00, 0x00, in TEST_F()
145 MovOpcode | Encoded_GPR_esi(), 0x00, 0x00, 0x00, 0x00, in TEST_F()
146 MovOpcode | Encoded_GPR_ebp(), 0x00, 0x00, 0x00, 0x00, Rex_B, in TEST_F()
147 MovOpcode | (Encoded_GPR_r8() & 7), 0x00, 0x00, 0x00, 0x00, Rex_B, in TEST_F()
148 MovOpcode | (Encoded_GPR_r10() & 7), 0x00, 0x00, 0x00, 0x00, Rex_B, in TEST_F()
149 MovOpcode | (Encoded_GPR_r11() & 7), 0x00, 0x00, 0x00, 0x00, Rex_B, in TEST_F()
150 MovOpcode | (Encoded_GPR_r12() & 7), 0x00, 0x00, 0x00, 0x00, Rex_B, in TEST_F()
151 MovOpcode | (Encoded_GPR_r13() & 7), 0x00, 0x00, 0x00, 0x00, Rex_B, in TEST_F()
152 MovOpcode | (Encoded_GPR_r14() & 7), 0x00, 0x00, 0x00, 0x00, Rex_B, in TEST_F()
153 MovOpcode | (Encoded_GPR_r15() & 7), 0x00, 0x00, 0x00, 0x00); in TEST_F()