MCPcopy Create free account
hub / github.com/WheretIB/nullc / EMIT_OP_ADDR_NUM

Function EMIT_OP_ADDR_NUM

NULLC/CodeGen_X86.cpp:1165–1168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1163 EMIT_OP_RPTR_NUM(op, size, rNONE, 1, reg1, shift, num);
1164}
1165void EMIT_OP_ADDR_NUM(x86Command op, x86Size size, unsigned int addr, unsigned int number)
1166{
1167 EMIT_OP_RPTR_NUM(op, size, rNONE, 1, rNONE, addr, number);
1168}
1169
1170bool EMIT_POP_DOUBLE(x86Reg base, unsigned int address)
1171{

Callers

nothing calls this directly

Calls 1

EMIT_OP_RPTR_NUMFunction · 0.85

Tested by

no test coverage detected