Lines Matching refs:PopOpcode
64 constexpr uint8_t PopOpcode = 0x58;
66 codeBytes(), PopOpcode | Encoded_GPR_eax(), PopOpcode | Encoded_GPR_ebx(),
67 PopOpcode | Encoded_GPR_ecx(), PopOpcode | Encoded_GPR_edx(),
68 PopOpcode | Encoded_GPR_edi(), PopOpcode | Encoded_GPR_esi(),
69 PopOpcode | Encoded_GPR_ebp(), Rex_B, PopOpcode | (Encoded_GPR_r8() & 7),
70 Rex_B, PopOpcode | (Encoded_GPR_r9() & 7), Rex_B,
71 PopOpcode | (Encoded_GPR_r10() & 7), Rex_B,
72 PopOpcode | (Encoded_GPR_r11() & 7), Rex_B,
73 PopOpcode | (Encoded_GPR_r12() & 7), Rex_B,
74 PopOpcode | (Encoded_GPR_r13() & 7), Rex_B,
75 PopOpcode | (Encoded_GPR_r14() & 7), Rex_B,
76 PopOpcode | (Encoded_GPR_r15() & 7));