Searched refs:X86Instr_Store (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_x86_defs.h639 extern X86Instr* X86Instr_Store ( UChar sz, HReg src, X86AMode* dst );
H A Dhost_x86_isel.c3723 addInstr(env, X86Instr_Store( toUChar(tyd==Ity_I8 ? 1 : 2),
3775 addInstr(env, X86Instr_Store(
3829 addInstr(env, X86Instr_Store( 1, r, am ));
H A Dhost_x86_defs.c678 X86Instr* X86Instr_Store ( UChar sz, HReg src, X86AMode* dst ) { function

Completed in 71 milliseconds