Comment on page
VPINRM
Pins the address specified in a register and offset for read. This prevents optimization to optimize through it.
Instruction | Operand 1 | Operand 2 | Description |
VPINRM | Reg | Imm | Pins the qword @ memory location for read |
block->vpinrm(REG_SP, 3ull);
Last modified 3yr ago