Home | History | Annotate | Download | only in priv

Lines Matching refs:HReg

59 static Bool s390_insn_is_reg_reg_move(const s390_insn *, HReg *src, HReg *dst);
71 s390_hreg_as_string(HReg reg)
115 s390_hreg_get_allocable(Int *nregs, HReg **arr)
129 *arr = LibVEX_Alloc(*nregs * sizeof(HReg));
177 HReg
205 s390_amode_b12(Int d, HReg b)
222 s390_amode_b20(Int d, HReg b)
239 s390_amode_bx12(Int d, HReg b, HReg x)
258 s390_amode_bx20(Int d, HReg b, HReg x)
320 is_virtual_gpr(HReg reg)
407 ppHRegS390(HReg reg)
418 getAllocableRegs_S390(Int *nregs, HReg **arr, Bool mode64)
445 isMove_S390Instr(s390_insn *insn, HReg *src, HReg *dst)
455 genSpill_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64)
482 genReload_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64)
995 s390_insn_is_reg_reg_move(const s390_insn *insn, HReg *src, HReg *dst)
4140 s390_insn_load(UChar size, HReg dst, s390_amode *src)
4156 s390_insn_store(UChar size, s390_amode *dst, HReg src)
4172 s390_insn_move(UChar size, HReg dst, HReg src)
4188 s390_insn_cond_move(UChar size, s390_cc_t cond, HReg dst, s390_opnd_RMI src)
4205 s390_insn_load_immediate(UChar size, HReg dst, ULong value)
4219 s390_insn_alu(UChar size, s390_alu_t tag, HReg dst, s390_opnd_RMI op2)
4234 s390_insn_mul(UChar size, HReg dst_hi, HReg dst_lo, s390_opnd_RMI op2,
4254 s390_insn_div(UChar size, HReg op1_hi, HReg op1_lo, s390_opnd_RMI op2,
4275 s390_insn_divs(UChar size, HReg rem, HReg op1, s390_opnd_RMI op2)
4294 s390_insn_clz(UChar size, HReg num_bits, HReg clobber, s390_opnd_RMI src)
4313 s390_insn_unop(UChar size, s390_unop_t tag, HReg dst, s390_opnd_RMI opnd)
4343 s390_insn_cc2bool(HReg dst, s390_cc_t cond)
4357 s390_insn_cas(UChar size, HReg op1, s390_amode *op2, HReg op3, HReg old_mem)
4376 s390_insn_cdas(UChar size, HReg op1_high, HReg op1_low, s390_amode *op2,
4377 HReg op3_high, HReg op3_low, HReg old_mem_high, HReg old_mem_low,
4378 HReg scratch)
4402 s390_insn_compare(UChar size, HReg src1, s390_opnd_RMI src2,
4421 HChar *name, HReg dst)
4438 s390_insn_bfp_triop(UChar size, s390_bfp_triop_t tag, HReg dst, HReg op2,
4439 HReg op3, s390_round_t rounding_mode)
4456 s390_insn_bfp_binop(UChar size, s390_bfp_binop_t tag, HReg dst, HReg op2,
4473 s390_insn_bfp_unop(UChar size, s390_bfp_unop_t tag, HReg dst, HReg op,
4490 s390_insn_bfp_compare(UChar size, HReg dst, HReg op1, HReg op2)
4507 s390_insn_bfp128_binop(UChar size, s390_bfp_binop_t tag, HReg dst_hi,
4508 HReg dst_lo, HReg op2_hi, HReg op2_lo,
4527 s390_insn_bfp128_unop(UChar size, s390_bfp_unop_t tag, HReg dst_hi,
4528 HReg dst_lo, HReg op_hi, HReg op_lo,
4547 s390_insn_bfp128_compare(UChar size, HReg dst, HReg op1_hi, HReg op1_lo,
4548 HReg op2_hi, HReg op2_lo)
4565 s390_insn_bfp128_convert_to(UChar size, s390_bfp_unop_t tag, HReg dst_hi,
4566 HReg dst_lo, HReg op)
4584 s390_insn_bfp128_convert_from(UChar size, s390_bfp_unop_t tag, HReg dst,
4585 HReg op_hi, HReg op_lo,
4662 s390_insn_xindir(s390_cc_t cond, HReg dst, s390_amode *guest_IA)
4678 s390_insn_xassisted(s390_cc_t cond, HReg dst, s390_amode *guest_IA,
4813 p += vex_sprintf(p, "%s", s390_hreg_as_string(va_arg(args, HReg)));
6420 HReg op1;
6933 HReg dst;