Searched refs:showARMVfpOp (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_arm_defs.h405 extern HChar* showARMVfpOp ( ARMVfpOp op );
H A Dhost_arm_defs.c728 HChar* showARMVfpOp ( ARMVfpOp op ) { function
734 default: vpanic("showARMVfpOp");
1739 vex_printf("f%-3sd ", showARMVfpOp(i->ARMin.VAluD.op));
1747 vex_printf("f%-3ss ", showARMVfpOp(i->ARMin.VAluS.op));

Completed in 50 milliseconds