HomeSort by relevance Sort by last modified time
    Searched refs:showX86AluOp (Results 1 - 2 of 2) sorted by null

  /external/valgrind/VEX/priv/
host_x86_defs.h 270 extern const HChar* showX86AluOp ( X86AluOp );
host_x86_defs.c 440 const HChar* showX86AluOp ( X86AluOp op ) {
452 default: vpanic("showX86AluOp");
930 vex_printf("%sl ", showX86AluOp(i->Xin.Alu32R.op));
936 vex_printf("%sl ", showX86AluOp(i->Xin.Alu32M.op));
    [all...]

Completed in 347 milliseconds