Searched refs:isU64 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | guest_amd64_helpers.c | 865 static Bool isU64 ( IRExpr* e, ULong n ) in isU64() function 909 if (isU64(cc_op, AMD64G_CC_OP_ADDQ) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper() 919 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper() 924 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() 930 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondL)) { in guest_amd64_spechelper() 937 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondB)) { in guest_amd64_spechelper() 943 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNB)) { in guest_amd64_spechelper() 951 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondBE)) { in guest_amd64_spechelper() 957 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNBE)) { in guest_amd64_spechelper() 968 if (isU64(cc_op, AMD64G_CC_OP_SUBL) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper() [all …]
|