Searched defs:dst_lo (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_s390_isel.c | 607 s390_isel_int128_expr_wrk(HReg *dst_hi, HReg *dst_lo, ISelEnv *env, in s390_isel_int128_expr_wrk() 751 s390_isel_int128_expr(HReg *dst_hi, HReg *dst_lo, ISelEnv *env, IRExpr *expr) in s390_isel_int128_expr() 1201 HReg dst_hi, dst_lo; in s390_isel_int_expr_wrk() local 1208 HReg dst_hi, dst_lo; in s390_isel_int_expr_wrk() local 1493 s390_isel_float128_expr_wrk(HReg *dst_hi, HReg *dst_lo, ISelEnv *env, in s390_isel_float128_expr_wrk() 1707 s390_isel_float128_expr(HReg *dst_hi, HReg *dst_lo, ISelEnv *env, IRExpr *expr) in s390_isel_float128_expr() 1927 HReg dst_hi, dst_lo; in s390_isel_float_expr_wrk() local 2392 HReg dst_hi, dst_lo, res_hi, res_lo; in s390_isel_stmt() local 2424 HReg dst_hi, dst_lo, res_hi, res_lo; in s390_isel_stmt() local
|
D | host_ppc_defs.h | 859 HReg dst_lo; member 869 HReg dst_lo; member 876 HReg dst_lo; member 888 HReg dst_lo; member 903 HReg dst_lo; member 917 HReg dst_lo; member 931 HReg dst_lo; member
|
D | host_s390_defs.h | 299 HReg dst_lo; /* also op1 r11 */ member 393 HReg dst_lo; /* left operand; low part */ member 403 HReg dst_lo; /* result; low part */ member
|
D | host_ppc_defs.c | 1040 PPCInstr* PPCInstr_Dfp128Unary(PPCFpOp op, HReg dst_hi, HReg dst_lo, in PPCInstr_Dfp128Unary() 1051 PPCInstr* PPCInstr_Dfp128Binary(PPCFpOp op, HReg dst_hi, HReg dst_lo, in PPCInstr_Dfp128Binary() 1063 PPCInstr* PPCInstr_DfpShift128 ( PPCFpOp op, HReg dst_hi, HReg dst_lo, in PPCInstr_DfpShift128() 1084 PPCInstr* PPCInstr_DfpRound128 ( HReg dst_hi, HReg dst_lo, HReg src_hi, in PPCInstr_DfpRound128() 1106 PPCInstr* PPCInstr_DfpQuantize128 ( PPCFpOp op, HReg dst_hi, HReg dst_lo, in PPCInstr_DfpQuantize128() 1130 HReg dst_lo, HReg src ) { in PPCInstr_DfpI64StoD128() 1150 PPCInstr* PPCInstr_InsertExpD128 ( PPCFpOp op, HReg dst_hi, HReg dst_lo, in PPCInstr_InsertExpD128()
|
D | host_s390_defs.c | 4234 s390_insn_mul(UChar size, HReg dst_hi, HReg dst_lo, s390_opnd_RMI op2, in s390_insn_mul() 4508 HReg dst_lo, HReg op2_hi, HReg op2_lo, in s390_insn_bfp128_binop() 4528 HReg dst_lo, HReg op_hi, HReg op_lo, in s390_insn_bfp128_unop() 4566 HReg dst_lo, HReg op) in s390_insn_bfp128_convert_to()
|