Home
last modified time | relevance | path

Searched refs:Iop_Not32 (Results 1 – 17 of 17) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c741 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 …]
Dguest_mips_toIR.c1526 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 …]
Dguest_arm_toIR.c9171 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 …]
Dir_opt.c1486 case Iop_Not32: in fold_Expr()
6190 opNOT = Iop_Not32; opXOR = Iop_Xor32; in do_XOR_TRANSFORMS_IRExpr()
Dhost_s390_isel.c1749 case Iop_Not32: in s390_isel_int_expr_wrk()
Dhost_arm64_isel.c1812 case Iop_Not32: in iselIntExpr_R_wrk()
Dir_defs.c2684 case Iop_Not32: in typeOfPrimop()
Dhost_mips_isel.c1440 case Iop_Not32: in iselWordExpr_R_wrk()
Dhost_x86_isel.c1269 case Iop_Not32: { in iselIntExpr_R_wrk()
Dhost_amd64_isel.c1499 case Iop_Not32: in iselIntExpr_R_wrk()
Dhost_ppc_isel.c1968 case Iop_Not32: in iselWordExpr_R_wrk()
Dhost_arm_isel.c1778 case Iop_Not32: { in iselIntExpr_R_wrk()
Dguest_arm64_toIR.c507 case Ity_I32: return Iop_Not32; in mkNOT()
Dguest_amd64_toIR.c18684 IRExpr *intRes1_b = unop(Iop_Not32, binop(Iop_Or32, in dis_PCMPISTRI_3A()
/external/valgrind/VEX/pub/
Dlibvex_ir.h435 Iop_Not8, Iop_Not16, Iop_Not32, Iop_Not64, enumerator
/external/valgrind/memcheck/
Dmc_translate.c711 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/
Dirops.c85 …{ DEFOP(Iop_Not32, UNDEF_SAME), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc3…