Searched refs:isU64 (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_amd64_helpers.c | 983 static Bool isU64 ( IRExpr* e, ULong n ) in isU64() function 1027 if (isU64(cc_op, AMD64G_CC_OP_ADDQ) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper() 1037 if (isU64(cc_op, AMD64G_CC_OP_ADDL) && isU64(cond, AMD64CondO)) { in guest_amd64_spechelper() 1065 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondO)) { in guest_amd64_spechelper() 1080 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNO)) { in guest_amd64_spechelper() 1085 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondB)) { in guest_amd64_spechelper() 1091 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNB)) { in guest_amd64_spechelper() 1100 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondZ)) { in guest_amd64_spechelper() 1105 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondNZ)) { in guest_amd64_spechelper() 1112 if (isU64(cc_op, AMD64G_CC_OP_SUBQ) && isU64(cond, AMD64CondBE)) { in guest_amd64_spechelper() [all …]
|
D | guest_arm64_helpers.c | 704 static Bool isU64 ( IRExpr* e, ULong n ) in isU64() function 753 if (isU64(cond_n_op, (ARM64CondEQ << 4) | ARM64G_CC_OP_SUB64)) { in guest_arm64_spechelper() 758 if (isU64(cond_n_op, (ARM64CondNE << 4) | ARM64G_CC_OP_SUB64)) { in guest_arm64_spechelper() 765 if (isU64(cond_n_op, (ARM64CondCS << 4) | ARM64G_CC_OP_SUB64)) { in guest_arm64_spechelper() 771 if (isU64(cond_n_op, (ARM64CondCC << 4) | ARM64G_CC_OP_SUB64)) { in guest_arm64_spechelper() 778 if (isU64(cond_n_op, (ARM64CondLS << 4) | ARM64G_CC_OP_SUB64)) { in guest_arm64_spechelper() 783 if (isU64(cond_n_op, (ARM64CondHI << 4) | ARM64G_CC_OP_SUB64)) { in guest_arm64_spechelper() 791 if (isU64(cond_n_op, (ARM64CondLT << 4) | ARM64G_CC_OP_SUB64)) { in guest_arm64_spechelper() 796 if (isU64(cond_n_op, (ARM64CondGE << 4) | ARM64G_CC_OP_SUB64)) { in guest_arm64_spechelper() 804 if (isU64(cond_n_op, (ARM64CondGT << 4) | ARM64G_CC_OP_SUB64)) { in guest_arm64_spechelper() [all …]
|