Lines Matching refs:isU32

805 static inline Bool isU32 ( IRExpr* e, UInt n )  in isU32()  function
849 if (isU32(cc_op, X86G_CC_OP_ADDL) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
859 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
864 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper()
870 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondL)) { in guest_x86_spechelper()
876 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNL)) { in guest_x86_spechelper()
885 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondLE)) { in guest_x86_spechelper()
891 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNLE)) { in guest_x86_spechelper()
901 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondBE)) { in guest_x86_spechelper()
907 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNBE)) { in guest_x86_spechelper()
916 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondB)) { in guest_x86_spechelper()
922 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNB)) { in guest_x86_spechelper()
931 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondS)) { in guest_x86_spechelper()
938 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondNS)) { in guest_x86_spechelper()
950 if (isU32(cc_op, X86G_CC_OP_SUBW) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
957 if (isU32(cc_op, X86G_CC_OP_SUBW) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper()
967 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
974 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper()
982 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondNBE)) { in guest_x86_spechelper()
992 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondS) in guest_x86_spechelper()
993 && isU32(cc_dep2, 0)) { in guest_x86_spechelper()
1006 if (isU32(cc_op, X86G_CC_OP_SUBB) && isU32(cond, X86CondNS) in guest_x86_spechelper()
1007 && isU32(cc_dep2, 0)) { in guest_x86_spechelper()
1021 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
1025 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper()
1030 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondLE)) { in guest_x86_spechelper()
1040 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondBE)) { in guest_x86_spechelper()
1049 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondS)) { in guest_x86_spechelper()
1056 if (isU32(cc_op, X86G_CC_OP_LOGICL) && isU32(cond, X86CondNS)) { in guest_x86_spechelper()
1068 if (isU32(cc_op, X86G_CC_OP_LOGICW) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
1075 if (isU32(cc_op, X86G_CC_OP_LOGICW) && isU32(cond, X86CondS)) { in guest_x86_spechelper()
1085 if (isU32(cc_op, X86G_CC_OP_LOGICB) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
1091 if (isU32(cc_op, X86G_CC_OP_LOGICB) && isU32(cond, X86CondNZ)) { in guest_x86_spechelper()
1100 if (isU32(cc_op, X86G_CC_OP_LOGICB) && isU32(cond, X86CondS)) { in guest_x86_spechelper()
1112 if (isU32(cc_op, X86G_CC_OP_LOGICB) && isU32(cond, X86CondNS)) { in guest_x86_spechelper()
1124 if (isU32(cc_op, X86G_CC_OP_DECL) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
1129 if (isU32(cc_op, X86G_CC_OP_DECL) && isU32(cond, X86CondS)) { in guest_x86_spechelper()
1136 if (isU32(cc_op, X86G_CC_OP_DECW) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
1146 if (isU32(cc_op, X86G_CC_OP_INCW) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
1157 if (isU32(cc_op, X86G_CC_OP_SHRL) && isU32(cond, X86CondZ)) { in guest_x86_spechelper()
1166 if (isU32(cc_op, X86G_CC_OP_COPY) && in guest_x86_spechelper()
1167 (isU32(cond, X86CondBE) || isU32(cond, X86CondNBE))) { in guest_x86_spechelper()
1172 UInt nnn = isU32(cond, X86CondBE) ? 1 : 0; in guest_x86_spechelper()
1192 if (isU32(cc_op, X86G_CC_OP_COPY) in guest_x86_spechelper()
1193 && (isU32(cond, X86CondB) || isU32(cond, X86CondNB))) { in guest_x86_spechelper()
1196 UInt nnn = isU32(cond, X86CondB) ? 1 : 0; in guest_x86_spechelper()
1212 if (isU32(cc_op, X86G_CC_OP_COPY) in guest_x86_spechelper()
1213 && (isU32(cond, X86CondZ) || isU32(cond, X86CondNZ))) { in guest_x86_spechelper()
1216 UInt nnn = isU32(cond, X86CondZ) ? 1 : 0; in guest_x86_spechelper()
1232 if (isU32(cc_op, X86G_CC_OP_COPY) in guest_x86_spechelper()
1233 && (isU32(cond, X86CondP) || isU32(cond, X86CondNP))) { in guest_x86_spechelper()
1236 UInt nnn = isU32(cond, X86CondP) ? 1 : 0; in guest_x86_spechelper()
1266 if (isU32(cc_op, X86G_CC_OP_SUBL)) { in guest_x86_spechelper()
1271 if (isU32(cc_op, X86G_CC_OP_SUBB)) { in guest_x86_spechelper()
1278 if (isU32(cc_op, X86G_CC_OP_LOGICL) in guest_x86_spechelper()
1279 || isU32(cc_op, X86G_CC_OP_LOGICW) in guest_x86_spechelper()
1280 || isU32(cc_op, X86G_CC_OP_LOGICB)) { in guest_x86_spechelper()
1284 if (isU32(cc_op, X86G_CC_OP_DECL) || isU32(cc_op, X86G_CC_OP_INCL)) { in guest_x86_spechelper()
1288 if (isU32(cc_op, X86G_CC_OP_COPY)) { in guest_x86_spechelper()
1297 if (isU32(cc_op, X86G_CC_OP_ADDL)) { in guest_x86_spechelper()
1340 if (isU32(cc_op, X86G_CC_OP_COPY)) { in guest_x86_spechelper()