MCPcopy Index your code
hub / github.com/dtrace4linux/linux / dtrace_get_operand

Function dtrace_get_operand

driver/dis_tables.c:1671–1862  ·  view source on GitHub ↗

* Process a single instruction Register or Memory operand. * * mode = addressing mode from ModRM byte * r_m = r_m (or reg if mode == 3) field from ModRM byte * wbit = indicates which register (8bit, 16bit, ... MMX, etc.) set to use. * o = index of operand that we are processing (0, 1 or 2) * * the value of reg or r_m must have already been adjusted for any REX prefix. */ ARGSUSED*/

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

dtrace_disx86Function · 0.85

Calls 4

strlcatFunction · 0.85
dtrace_check_overrideFunction · 0.85
dtrace_imm_opndFunction · 0.85
dtrace_get_SIBFunction · 0.85

Tested by

no test coverage detected