Home | History | Annotate | Download | only in priv

Lines Matching refs:IROp

536 static IRExpr* unop ( IROp op, IRExpr* a )
541 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 )
546 static IRExpr* triop ( IROp op, IRExpr* a1, IRExpr* a2, IRExpr* a3 )
551 static IRExpr* qop ( IROp op, IRExpr* a1, IRExpr* a2,
931 static IROp mkSzOp ( IRType ty, IROp op8 )
1010 IROp op;
1019 IROp op;
4373 IROp to_bit = (mode64 ? Iop_64to1 : Iop_32to1);
4374 IROp shr_op = (mode64 ? Iop_Shr64 : Iop_Shr32);
5242 IROp mkAdd = mode64 ? Iop_Add64 : Iop_Add32;
5860 IROp opAND = is32bit ? Iop_And32 : Iop_And64;
5861 IROp opOR = is32bit ? Iop_Or32 : Iop_Or64;
5862 IROp opCMPORDS = is32bit ? Iop_CmpORD32S : Iop_CmpORD64S;
5863 IROp opCMPORDU = is32bit ? Iop_CmpORD32U : Iop_CmpORD64U;
5864 IROp opCMPNE = is32bit ? Iop_CmpNE32 : Iop_CmpNE64;
5865 IROp opCMPEQ = is32bit ? Iop_CmpEQ32 : Iop_CmpEQ64;
12411 IROp op = un_signed ? Iop_QFtoI32Ux4_RZ : Iop_QFtoI32Sx4_RZ;
12750 IROp mOp;
12819 IROp mOp = Iop_INVALID;
13089 IROp mOp = Iop_INVALID;
14063 * The Iop_AbsF32 IRop is not implemented for ppc64 since, up until introduction
14145 IROp op;
14147 // Use pre-defined IRop's for vrfi{m|n|p|z}
15121 IROp addOp = ty == Ity_I64 ? Iop_Add64 : Iop_Add32;
15346 IROp word_op = (opc2 == 0x48) ? Iop_V128HIto64 : Iop_V128to64;
17940 Perhaps better to have an irop Iop_isNan32Fx4, but then we'd
18615 // Invalidate the current insn. The reason is that the IRop we're