Skip to main content

instr_get_raw_word

Function instr_get_raw_word 

Source
pub unsafe extern "C" fn instr_get_raw_word(
    instr: *mut instr_t,
    pos: uint,
) -> uint
Expand description

Assumes that \p instr’s raw bits are valid and have > \p pos + 3 bytes. Returns the 4 bytes beginning at position \p pos (0-based).