/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 741 return unop(Iop_32to1, unop(Iop_Not32, unop(Iop_1Uto32, arg1) ) ); in mkNOT1() 2102 unop(Iop_Not32, in set_AV_CR6() 2338 unop(Iop_Not32, (_jj)) in calculate_XER_OV_32() 5735 unop( Iop_Not32, mkexpr( rB_0 ) ), in dis_modulo_int() 5941 unop( Iop_Not32, in dis_modulo_int() 5980 unop( Iop_Not32, in dis_modulo_int() 8263 unop(Iop_Not32, mkexpr(crbB))) ); in dis_cond_logic() 8267 assign( crbD, unop(Iop_Not32, in dis_cond_logic() 8272 assign( crbD, unop(Iop_Not32, in dis_cond_logic() 8277 assign( crbD, unop(Iop_Not32, in dis_cond_logic() [all …]
|
D | guest_mips_toIR.c | 1526 putFCSR(binop(Iop_And32, getFCSR(), unop(Iop_Not32, in setFPUCondCode() 1822 binop(Iop_Or32, binop(Iop_And32, unop(Iop_Not32, in dis_instr_CCondFmt() 1836 assign(t2, binop(Iop_And32, unop(Iop_Not32, binop(Iop_Shr32, in dis_instr_CCondFmt() 1920 binop(Iop_Or32, binop(Iop_And32, unop(Iop_Not32, in dis_instr_CCondFmt() 1932 assign(t2, binop(Iop_And32, unop(Iop_Not32, binop(Iop_Shr32, in dis_instr_CCondFmt() 2019 binop(Iop_Or32, binop(Iop_And32, unop(Iop_Not32, in dis_instr_CCondFmt() 2031 assign(t2, binop(Iop_And32, unop(Iop_Not32, binop(Iop_Shr32, in dis_instr_CCondFmt() 3299 unop(Iop_Not32, in disDSPInstr_MIPS_WRK() 5046 unop(Iop_Not32, in disDSPInstr_MIPS_WRK() 5074 unop(Iop_Not32, in disDSPInstr_MIPS_WRK() [all …]
|
D | guest_arm_toIR.c | 9171 unop(Iop_Not32, mkU32(mask))) ); in decode_V6MEDIA_instruction() 9516 assign(reso, unop(Iop_Not32, in decode_V6MEDIA_instruction() 9566 assign(reso, unop(Iop_Not32, in decode_V6MEDIA_instruction() 9616 assign(reso, unop(Iop_Not32, in decode_V6MEDIA_instruction() 9715 assign(reso, unop(Iop_Not32, in decode_V6MEDIA_instruction() 9765 assign(reso, unop(Iop_Not32, in decode_V6MEDIA_instruction() 9815 assign(reso, unop(Iop_Not32, in decode_V6MEDIA_instruction() 10423 assign(ge10, unop(Iop_Not32, mkexpr(irt_diff))); in decode_V6MEDIA_instruction() 10428 assign(ge32, unop(Iop_Not32, mkexpr(irt_sum))); in decode_V6MEDIA_instruction() 10904 unop(Iop_Not32, ire_ge_flags))); in decode_V6MEDIA_instruction() [all …]
|
D | ir_opt.c | 1486 case Iop_Not32: in fold_Expr() 6190 opNOT = Iop_Not32; opXOR = Iop_Xor32; in do_XOR_TRANSFORMS_IRExpr()
|
D | host_s390_isel.c | 1749 case Iop_Not32: in s390_isel_int_expr_wrk()
|
D | host_arm64_isel.c | 1812 case Iop_Not32: in iselIntExpr_R_wrk()
|
D | ir_defs.c | 2684 case Iop_Not32: in typeOfPrimop()
|
D | host_mips_isel.c | 1440 case Iop_Not32: in iselWordExpr_R_wrk()
|
D | host_x86_isel.c | 1269 case Iop_Not32: { in iselIntExpr_R_wrk()
|
D | host_amd64_isel.c | 1499 case Iop_Not32: in iselIntExpr_R_wrk()
|
D | host_ppc_isel.c | 1968 case Iop_Not32: in iselWordExpr_R_wrk()
|
D | host_arm_isel.c | 1778 case Iop_Not32: { in iselIntExpr_R_wrk()
|
D | guest_arm64_toIR.c | 507 case Ity_I32: return Iop_Not32; in mkNOT()
|
D | guest_amd64_toIR.c | 18684 IRExpr *intRes1_b = unop(Iop_Not32, binop(Iop_Or32, in dis_PCMPISTRI_3A()
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 435 Iop_Not8, Iop_Not16, Iop_Not32, Iop_Not64, enumerator
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 711 assignNew('V', mce, Ity_I32, unop(Iop_Not32, data)), in mkImproveOR32() 1013 opNOT = Iop_Not32; in expensiveCmpEQorNE() 1938 opNOT = Iop_Not32; in expensiveAddSub() 4558 case Iop_Not32: in expr2vbits_Unop()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 85 …{ DEFOP(Iop_Not32, UNDEF_SAME), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc3…
|