Home
last modified time | relevance | path

Searched defs:dst_lo (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_s390_isel.c905 s390_isel_int128_expr_wrk(HReg *dst_hi, HReg *dst_lo, ISelEnv *env, in s390_isel_int128_expr_wrk()
1049 s390_isel_int128_expr(HReg *dst_hi, HReg *dst_lo, ISelEnv *env, IRExpr *expr) in s390_isel_int128_expr()
1670 HReg dst_hi, dst_lo; in s390_isel_int_expr_wrk() local
1677 HReg dst_hi, dst_lo; in s390_isel_int_expr_wrk() local
1949 s390_isel_float128_expr_wrk(HReg *dst_hi, HReg *dst_lo, ISelEnv *env, in s390_isel_float128_expr_wrk()
2263 s390_isel_float128_expr(HReg *dst_hi, HReg *dst_lo, ISelEnv *env, IRExpr *expr) in s390_isel_float128_expr()
2549 HReg dst_hi, dst_lo; in s390_isel_float_expr_wrk() local
2638 s390_isel_dfp128_expr_wrk(HReg *dst_hi, HReg *dst_lo, ISelEnv *env, in s390_isel_dfp128_expr_wrk()
2958 s390_isel_dfp128_expr(HReg *dst_hi, HReg *dst_lo, ISelEnv *env, IRExpr *expr) in s390_isel_dfp128_expr()
3181 HReg dst_hi, dst_lo; in s390_isel_dfp_expr_wrk() local
[all …]
Dhost_s390_defs.h345 HReg dst_lo; /* 128-bit result low part */ member
356 HReg dst_lo; /* 128-bit result low part */ member
417 HReg dst_lo; /* also op1 r11 */ member
497 HReg dst_lo; /* 128-bit result low part */ member
504 HReg dst_lo; /* 128-bit result low part */ member
512 HReg dst_lo; /* 128-bit result low part */ member
529 HReg dst_lo; /* 128-bit result low part */ member
536 HReg dst_lo; /* 128-bit result low part */ member
545 HReg dst_lo; /* 128-bit result low part */ member
563 HReg dst_lo; /* 128-bit result low part */ member
Dhost_ppc_defs.c992 PPCInstr* PPCInstr_Dfp128Unary(PPCFpOp op, HReg dst_hi, HReg dst_lo, in PPCInstr_Dfp128Unary()
1003 PPCInstr* PPCInstr_Dfp128Binary(PPCFpOp op, HReg dst_hi, HReg dst_lo, in PPCInstr_Dfp128Binary()
1015 PPCInstr* PPCInstr_DfpShift128 ( PPCFpOp op, HReg dst_hi, HReg dst_lo, in PPCInstr_DfpShift128()
1036 PPCInstr* PPCInstr_DfpRound128 ( HReg dst_hi, HReg dst_lo, HReg src_hi, in PPCInstr_DfpRound128()
1058 PPCInstr* PPCInstr_DfpQuantize128 ( PPCFpOp op, HReg dst_hi, HReg dst_lo, in PPCInstr_DfpQuantize128()
1082 HReg dst_lo, HReg src ) { in PPCInstr_DfpI64StoD128()
1102 PPCInstr* PPCInstr_InsertExpD128 ( PPCFpOp op, HReg dst_hi, HReg dst_lo, in PPCInstr_InsertExpD128()
Dhost_ppc_defs.h898 HReg dst_lo; member
908 HReg dst_lo; member
915 HReg dst_lo; member
927 HReg dst_lo; member
942 HReg dst_lo; member
956 HReg dst_lo; member
970 HReg dst_lo; member
Dhost_s390_defs.c5379 s390_insn_mul(UChar size, HReg dst_hi, HReg dst_lo, s390_opnd_RMI op2, in s390_insn_mul()
5704 HReg dst_lo, HReg op2_hi, HReg op2_lo) in s390_insn_bfp128_binop()
5726 HReg dst_lo, HReg op_hi, HReg op_lo) in s390_insn_bfp128_unop()
5770 HReg dst_lo, HReg op_hi, HReg op_lo, in s390_insn_bfp128_convert()
5800 HReg dst_lo, HReg op) in s390_insn_bfp128_convert_to()
5813 HReg dst_lo, HReg op_hi, HReg op_lo, in s390_insn_bfp128_convert_from()
5977 HReg dst_lo, HReg op_hi, HReg op_lo, HReg r1, in s390_insn_fp128_convert()
6003 HReg dst_lo, HReg op2_hi, HReg op2_lo, HReg op3_hi, in s390_insn_dfp128_binop()
6055 HReg dst_lo, HReg op2, HReg op3_hi, HReg op3_lo) in s390_insn_dfp128_intop()
6101 HReg dst_lo, HReg op_hi, HReg op_lo, in s390_insn_dfp128_convert()
[all …]
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.c279 LLVMValueRef *dst_lo, in lp_build_unpack2()