Home | History | Annotate | Download | only in priv

Lines Matching refs:HReg

60 static Bool s390_insn_is_reg_reg_move(const s390_insn *, HReg *src, HReg *dst);
72 s390_hreg_as_string(HReg reg)
116 s390_hreg_get_allocable(Int *nregs, HReg **arr)
130 *arr = LibVEX_Alloc(*nregs * sizeof(HReg));
178 HReg
206 s390_amode_b12(Int d, HReg b)
223 s390_amode_b20(Int d, HReg b)
240 s390_amode_bx12(Int d, HReg b, HReg x)
259 s390_amode_bx20(Int d, HReg b, HReg x)
328 is_virtual_gpr(HReg reg)
415 ppHRegS390(HReg reg)
426 getAllocableRegs_S390(Int *nregs, HReg **arr, Bool mode64)
453 isMove_S390Instr(s390_insn *insn, HReg *src, HReg *dst)
463 genSpill_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64)
489 genReload_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64)
1194 s390_insn_is_reg_reg_move(const s390_insn *insn, HReg *src, HReg *dst)
5353 s390_insn_load(UChar size, HReg dst, s390_amode *src)
5369 s390_insn_store(UChar size, s390_amode *dst, HReg src)
5385 s390_insn_move(UChar size, HReg dst, HReg src)
5422 s390_insn_cond_move(UChar size, s390_cc_t cond, HReg dst, s390_opnd_RMI src)
5439 s390_insn_load_immediate(UChar size, HReg dst, ULong value)
5453 s390_insn_alu(UChar size, s390_alu_t tag, HReg dst, s390_opnd_RMI op2)
5468 s390_insn_mul(UChar size, HReg dst_hi, HReg dst_lo, s390_opnd_RMI op2,
5487 s390_insn_div(UChar size, HReg op1_hi, HReg op1_lo, s390_opnd_RMI op2,
5507 s390_insn_divs(UChar size, HReg rem, HReg op1, s390_opnd_RMI op2)
5526 s390_insn_clz(UChar size, HReg num_bits, HReg clobber, s390_opnd_RMI src)
5545 s390_insn_unop(UChar size, s390_unop_t tag, HReg dst, s390_opnd_RMI opnd)
5575 s390_insn_cc2bool(HReg dst, s390_cc_t cond)
5589 s390_insn_cas(UChar size, HReg op1, s390_amode *op2, HReg op3, HReg old_mem)
5608 s390_insn_cdas(UChar size, HReg op1_high, HReg op1_low, s390_amode *op2,
5609 HReg op3_high, HReg op3_low, HReg old_mem_high, HReg old_mem_low,
5610 HReg scratch)
5637 s390_insn_compare(UChar size, HReg src1, s390_opnd_RMI src2,
5678 s390_insn_bfp_triop(UChar size, s390_bfp_triop_t tag, HReg dst, HReg op2,
5679 HReg op3)
5697 s390_insn_bfp_binop(UChar size, s390_bfp_binop_t tag, HReg dst, HReg op2)
5716 s390_insn_bfp_unop(UChar size, s390_bfp_unop_t tag, HReg dst, HReg op)
5735 s390_insn_bfp_compare(UChar size, HReg dst, HReg op1, HReg op2)
5754 s390_insn_bfp_convert(UChar size, s390_bfp_conv_t tag, HReg dst, HReg op,
5778 is_valid_fp128_regpair(HReg hi, HReg lo)
5790 s390_insn_bfp128_binop(UChar size, s390_bfp_binop_t tag, HReg dst_hi,
5791 HReg dst_lo, HReg op2_hi, HReg op2_lo)
5812 s390_insn_bfp128_unop(UChar size, s390_bfp_unop_t tag, HReg dst_hi,
5813 HReg dst_lo, HReg op_hi, HReg op_lo)
5834 s390_insn_bfp128_compare(UChar size, HReg dst, HReg op1_hi, HReg op1_lo,
5835 HReg op2_hi, HReg op2_lo)
5856 s390_insn_bfp128_convert(UChar size, s390_bfp_conv_t tag, HReg dst_hi,
5857 HReg dst_lo, HReg op_hi, HReg op_lo,
5885 s390_insn_bfp128_convert_to(UChar size, s390_bfp_conv_t tag, HReg dst_hi,
5886 HReg dst_lo, HReg op)
5898 s390_insn_bfp128_convert_from(UChar size, s390_bfp_conv_t tag, HReg dst_hi,
5899 HReg dst_lo, HReg op_hi, HReg op_lo,
5908 s390_insn_dfp_binop(UChar size, s390_dfp_binop_t tag, HReg dst, HReg op2,
5909 HReg op3, s390_dfp_round_t rounding_mode)
5934 s390_insn_dfp_unop(UChar size, s390_dfp_unop_t tag, HReg dst, HReg op)
5953 s390_insn_dfp_intop(UChar size, s390_dfp_intop_t tag, HReg dst, HReg op2,
5954 HReg op3)
5974 s390_insn_dfp_compare(UChar size, s390_dfp_cmp_t tag, HReg dst,
5975 HReg op1, HReg op2)
5995 s390_insn_dfp_convert(UChar size, s390_dfp_conv_t tag, HReg dst, HReg op,
6016 s390_insn_dfp_reround(UChar size, HReg dst, HReg op2, HReg op3,
6037 s390_insn_fp_convert(UChar size, s390_fp_conv_t tag, HReg dst, HReg op,
6038 HReg r1, s390_dfp_round_t rounding_mode)
6062 s390_insn_fp128_convert(UChar size, s390_fp_conv_t tag, HReg dst_hi,
6063 HReg dst_lo, HReg op_hi, HReg op_lo, HReg r1,
6088 s390_insn_dfp128_binop(UChar size, s390_dfp_binop_t tag, HReg dst_hi,
6089 HReg dst_lo, HReg op2_hi, HReg op2_lo, HReg op3_hi,
6090 HReg op3_lo, s390_dfp_round_t rounding_mode)
6118 s390_insn_dfp128_unop(UChar size, s390_dfp_unop_t tag, HReg dst,
6119 HReg op_hi, HReg op_lo)
6140 s390_insn_dfp128_intop(UChar size, s390_dfp_intop_t tag, HReg dst_hi,
6141 HReg dst_lo, HReg op2, HReg op3_hi, HReg op3_lo)
6163 s390_insn_dfp128_compare(UChar size, s390_dfp_cmp_t tag, HReg dst, HReg op1_hi,
6164 HReg op1_lo, HReg op2_hi, HReg op2_lo)
6186 s390_insn_dfp128_convert(UChar size, s390_dfp_conv_t tag, HReg dst_hi,
6187 HReg dst_lo, HReg op_hi, HReg op_lo,
6215 s390_insn_dfp128_convert_to(UChar size, s390_dfp_conv_t tag, HReg dst_hi,
6216 HReg dst_lo, HReg op)
6228 s390_insn_dfp128_convert_from(UChar size, s390_dfp_conv_t tag, HReg dst_hi,
6229 HReg dst_lo, HReg op_hi, HReg op_lo,
6238 s390_insn_dfp128_reround(UChar size, HReg dst_hi, HReg dst_lo, HReg op2,
6239 HReg op3_hi, HReg op3_lo,
6313 s390_insn_set_fpc_bfprm(UChar size, HReg mode)
6328 s390_insn_set_fpc_dfprm(UChar size, HReg mode)
6361 s390_insn_xindir(s390_cc_t cond, HReg dst, s390_amode *guest_IA)
6377 s390_insn_xassisted(s390_cc_t cond, HReg dst, s390_amode *guest_IA,
6512 p += vex_sprintf(p, "%s", s390_hreg_as_string(va_arg(args, HReg)));
8283 HReg op1;
8792 HReg dst;