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 768 static inline Bool isU32 ( IRExpr* e, UInt n )
812 if (isU32(cc_op, X86G_CC_OP_ADDL) && isU32(cond, X86CondZ)) {
822 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondZ)) {
827 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNZ)) {
833 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondL)) {
839 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNL))
    [all...]
guest_arm_helpers.c 546 static Bool isU32 ( IRExpr* e, UInt n )
594 if (isU32(cond_n_op, (ARMCondEQ << 4) | ARMG_CC_OP_SUB)) {
599 if (isU32(cond_n_op, (ARMCondNE << 4) | ARMG_CC_OP_SUB)) {
605 if (isU32(cond_n_op, (ARMCondGT << 4) | ARMG_CC_OP_SUB)) {
611 if (isU32(cond_n_op, (ARMCondLE << 4) | ARMG_CC_OP_SUB)) {
617 if (isU32(cond_n_op, (ARMCondLT << 4) | ARMG_CC_OP_SUB)) {
623 if (isU32(cond_n_op, (ARMCondGE << 4) | ARMG_CC_OP_SUB)) {
630 if (isU32(cond_n_op, (ARMCondHS << 4) | ARMG_CC_OP_SUB)) {
636 if (isU32(cond_n_op, (ARMCondLO << 4) | ARMG_CC_OP_SUB)) {
642 if (isU32(cond_n_op, (ARMCondLS << 4) | ARMG_CC_OP_SUB))
    [all...]

Completed in 177 milliseconds