Skip to main content

opnd_create_immed_float

Function opnd_create_immed_float 

Source
pub unsafe extern "C" fn opnd_create_immed_float(f: f32) -> opnd_t
Expand description

Returns an immediate float operand with value \p f. The caller’s code should use proc_save_fpstate() or be inside a clean call that has requested to preserve the floating-point state.