Searched refs:unsyned (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 15803 Bool unsyned = bU == 1; in decode_CP10_CP11_instruction() local 15821 IRExpr* as_F64 = unop( unsyned ? Iop_I32UtoF64 : Iop_I32StoF64, in decode_CP10_CP11_instruction() 15830 unsyned ? 'u' : 's', d, d, frac_bits); in decode_CP10_CP11_instruction() 15840 IRExpr* as_F64 = unop( unsyned ? Iop_I32UtoF64 : Iop_I32StoF64, in decode_CP10_CP11_instruction() 15848 unsyned ? 'u' : 's', d, d, frac_bits); in decode_CP10_CP11_instruction() 15864 assign(asI32, binop(unsyned ? Iop_F64toI32U : Iop_F64toI32S, in decode_CP10_CP11_instruction() 15866 putDRegI64(d, unop(unsyned ? Iop_32Uto64 : Iop_32Sto64, in decode_CP10_CP11_instruction() 15870 unsyned ? 'u' : 's', d, d, frac_bits); in decode_CP10_CP11_instruction() 15886 assign(asI32, binop(unsyned ? Iop_F64toI32U : Iop_F64toI32S, in decode_CP10_CP11_instruction() 15890 unsyned ? 'u' : 's', d, d, frac_bits); in decode_CP10_CP11_instruction()
|