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

  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c 767 static inline Bool isU32 ( IRExpr* e, UInt n )
811 if (isU32(cc_op, X86G_CC_OP_ADDL) && isU32(cond, X86CondZ)) {
821 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondZ)) {
826 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNZ)) {
832 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondL)) {
838 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNL))
    [all...]
guest_arm_helpers.c 301 static Bool isU32 ( IRExpr* e, UInt n )
345 if (isU32(cond_n_op, (ARMCondEQ << 4) | ARMG_CC_OP_SUB)) {
350 if (isU32(cond_n_op, (ARMCondNE << 4) | ARMG_CC_OP_SUB)) {
356 if (isU32(cond_n_op, (ARMCondLE << 4) | ARMG_CC_OP_SUB)) {
362 if (isU32(cond_n_op, (ARMCondLT << 4) | ARMG_CC_OP_SUB)) {
368 if (isU32(cond_n_op, (ARMCondGE << 4) | ARMG_CC_OP_SUB)) {
375 if (isU32(cond_n_op, (ARMCondHS << 4) | ARMG_CC_OP_SUB)) {
382 if (isU32(cond_n_op, (ARMCondLS << 4) | ARMG_CC_OP_SUB)) {
389 if (isU32(cond_n_op, (ARMCondEQ << 4) | ARMG_CC_OP_LOGIC)) {
394 if (isU32(cond_n_op, (ARMCondNE << 4) | ARMG_CC_OP_LOGIC))
    [all...]

Completed in 286 milliseconds