Home
last modified time | relevance | path

Searched refs:s390_opnd_RMI (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_s390_defs.h114 } s390_opnd_RMI; typedef
284 s390_opnd_RMI src;
294 s390_opnd_RMI op2;
300 s390_opnd_RMI op2;
306 s390_opnd_RMI op2;
311 s390_opnd_RMI op2;
316 s390_opnd_RMI src;
321 s390_opnd_RMI src;
326 s390_opnd_RMI src2;
334 s390_opnd_RMI src;
[all …]
Dhost_s390_isel.c130 static s390_opnd_RMI s390_isel_int_expr_RMI(ISelEnv *, IRExpr *);
359 s390_opnd_copy(UChar size, HReg dst, s390_opnd_RMI opnd) in s390_opnd_copy()
378 static __inline__ s390_opnd_RMI
381 s390_opnd_RMI opnd; in s390_opnd_reg()
391 static __inline__ s390_opnd_RMI
394 s390_opnd_RMI opnd; in s390_opnd_imm()
654 s390_opnd_RMI op2; in s390_isel_int128_expr_wrk()
685 s390_opnd_RMI op2; in s390_isel_int128_expr_wrk()
713 s390_opnd_RMI op2; in s390_isel_int128_expr_wrk()
820 s390_opnd_RMI op2, value, opnd; in s390_isel_int_expr_wrk()
[all …]
Dhost_s390_defs.c508 s390_opnd_RMI_get_reg_usage(HRegUsage *u, s390_opnd_RMI op) in s390_opnd_RMI_get_reg_usage()
755 s390_opnd_RMI_map_regs(HRegRemap *m, s390_opnd_RMI *op) in s390_opnd_RMI_map_regs()
4188 s390_insn_cond_move(UChar size, s390_cc_t cond, HReg dst, s390_opnd_RMI src) in s390_insn_cond_move()
4219 s390_insn_alu(UChar size, s390_alu_t tag, HReg dst, s390_opnd_RMI op2) in s390_insn_alu()
4234 s390_insn_mul(UChar size, HReg dst_hi, HReg dst_lo, s390_opnd_RMI op2, in s390_insn_mul()
4254 s390_insn_div(UChar size, HReg op1_hi, HReg op1_lo, s390_opnd_RMI op2, in s390_insn_div()
4275 s390_insn_divs(UChar size, HReg rem, HReg op1, s390_opnd_RMI op2) in s390_insn_divs()
4294 s390_insn_clz(UChar size, HReg num_bits, HReg clobber, s390_opnd_RMI src) in s390_insn_clz()
4313 s390_insn_unop(UChar size, s390_unop_t tag, HReg dst, s390_opnd_RMI opnd) in s390_insn_unop()
4328 s390_insn_test(UChar size, s390_opnd_RMI src) in s390_insn_test()
[all …]