Lines Matching refs:Iop_CmpNE32

341                           binop(Iop_CmpNE32, mkexpr(guardT), mkU32(0))) );  in storeGuardedLE()
373 binop(Iop_CmpNE32, mkexpr(guardT), mkU32(0))) ); in loadGuardedLE()
599 IRExpr_ITE( binop(Iop_CmpNE32, mkexpr(guardT), mkU32(0)), in putIRegA()
632 IRExpr_ITE( binop(Iop_CmpNE32, mkexpr(guardT), mkU32(0)), in putIRegT()
727 IRExpr_ITE( binop(Iop_CmpNE32, mkexpr(guardT), mkU32(0)), in putDReg()
770 IRExpr_ITE( binop(Iop_CmpNE32, mkexpr(guardT), mkU32(0)), in putDRegI64()
836 IRExpr_ITE( binop(Iop_CmpNE32, mkexpr(guardT), mkU32(0)), in putQReg()
895 IRExpr_ITE( binop(Iop_CmpNE32, mkexpr(guardT), mkU32(0)), in putFReg()
924 IRExpr_ITE( binop(Iop_CmpNE32, mkexpr(guardT), mkU32(0)), in putMiscReg32()
1329 assign( c1, binop(Iop_CmpNE32, mkexpr(guardT), mkU32(0)) ); in setFlags_D1_D2_ND()
1458 binop(Iop_CmpNE32, mkexpr(t), mkU32(0)), in gen_SIGILL_T_if_nonzero()
1517 binop(Iop_CmpNE32, in synthesise_APSR()
1524 = unop(Iop_1Uto32, binop(Iop_CmpNE32, get_GEFLAG32(0), mkU32(0))); in synthesise_APSR()
1526 = unop(Iop_1Uto32, binop(Iop_CmpNE32, get_GEFLAG32(1), mkU32(0))); in synthesise_APSR()
1528 = unop(Iop_1Uto32, binop(Iop_CmpNE32, get_GEFLAG32(2), mkU32(0))); in synthesise_APSR()
1530 = unop(Iop_1Uto32, binop(Iop_CmpNE32, get_GEFLAG32(3), mkU32(0))); in synthesise_APSR()
2075 binop(Iop_CmpNE32, mkexpr(amtT), mkU32(0)), in compute_result_and_C_after_ROR_by_reg()
2098 binop(Iop_CmpNE32, mkexpr(amt5T), mkU32(0)), in compute_result_and_C_after_ROR_by_reg()
17861 binop(Iop_CmpNE32, binop(Iop_And32, in disInstr_THUMB_WRK()
18476 assign( kond, binop(bOP ? Iop_CmpNE32 : Iop_CmpEQ32, in disInstr_THUMB_WRK()