Searched refs:isU32 (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_x86_helpers.c | 768 static inline Bool isU32 ( IRExpr* e, UInt n ) in isU32() function 812 if (isU32(cc_op, X86G_CC_OP_ADDL) && isU32(cond, X86CondZ)) { in guest_x86_spechelper() 822 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondZ)) { in guest_x86_spechelper() 827 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper() 833 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondL)) { in guest_x86_spechelper() 839 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNL)) { in guest_x86_spechelper() 848 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondLE)) { in guest_x86_spechelper() 854 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNLE)) { in guest_x86_spechelper() 864 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondBE)) { in guest_x86_spechelper() 870 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNBE)) { in guest_x86_spechelper() [all …]
|
D | guest_arm_helpers.c | 546 static Bool isU32 ( IRExpr* e, UInt n ) in isU32() function 594 if (isU32(cond_n_op, (ARMCondEQ << 4) | ARMG_CC_OP_SUB)) { in guest_arm_spechelper() 599 if (isU32(cond_n_op, (ARMCondNE << 4) | ARMG_CC_OP_SUB)) { in guest_arm_spechelper() 605 if (isU32(cond_n_op, (ARMCondGT << 4) | ARMG_CC_OP_SUB)) { in guest_arm_spechelper() 611 if (isU32(cond_n_op, (ARMCondLE << 4) | ARMG_CC_OP_SUB)) { in guest_arm_spechelper() 617 if (isU32(cond_n_op, (ARMCondLT << 4) | ARMG_CC_OP_SUB)) { in guest_arm_spechelper() 623 if (isU32(cond_n_op, (ARMCondGE << 4) | ARMG_CC_OP_SUB)) { in guest_arm_spechelper() 630 if (isU32(cond_n_op, (ARMCondHS << 4) | ARMG_CC_OP_SUB)) { in guest_arm_spechelper() 636 if (isU32(cond_n_op, (ARMCondLO << 4) | ARMG_CC_OP_SUB)) { in guest_arm_spechelper() 642 if (isU32(cond_n_op, (ARMCondLS << 4) | ARMG_CC_OP_SUB)) { in guest_arm_spechelper() [all …]
|