Searched refs:s390_opnd_RMI (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_s390_defs.h | 116 } s390_opnd_RMI; typedef 403 s390_opnd_RMI src; 413 s390_opnd_RMI op2; 418 s390_opnd_RMI op2; 423 s390_opnd_RMI op2; 428 s390_opnd_RMI op2; 433 s390_opnd_RMI src; 438 s390_opnd_RMI src; 443 s390_opnd_RMI src2; 446 s390_opnd_RMI src; [all …]
|
D | host_s390_isel.c | 132 static s390_opnd_RMI s390_isel_int_expr_RMI(ISelEnv *, IRExpr *); 400 s390_opnd_copy(UChar size, HReg dst, s390_opnd_RMI opnd) in s390_opnd_copy() 419 static __inline__ s390_opnd_RMI 422 s390_opnd_RMI opnd; in s390_opnd_reg() 432 static __inline__ s390_opnd_RMI 435 s390_opnd_RMI opnd; in s390_opnd_imm() 952 s390_opnd_RMI op2; in s390_isel_int128_expr_wrk() 983 s390_opnd_RMI op2; in s390_isel_int128_expr_wrk() 1011 s390_opnd_RMI op2; in s390_isel_int128_expr_wrk() 1119 s390_opnd_RMI op2, value, opnd; in s390_isel_int_expr_wrk() [all …]
|
D | host_s390_defs.c | 521 s390_opnd_RMI_get_reg_usage(HRegUsage *u, s390_opnd_RMI op) in s390_opnd_RMI_get_reg_usage() 850 s390_opnd_RMI_map_regs(HRegRemap *m, s390_opnd_RMI *op) in s390_opnd_RMI_map_regs() 5333 s390_insn_cond_move(UChar size, s390_cc_t cond, HReg dst, s390_opnd_RMI src) in s390_insn_cond_move() 5364 s390_insn_alu(UChar size, s390_alu_t tag, HReg dst, s390_opnd_RMI op2) in s390_insn_alu() 5379 s390_insn_mul(UChar size, HReg dst_hi, HReg dst_lo, s390_opnd_RMI op2, in s390_insn_mul() 5398 s390_insn_div(UChar size, HReg op1_hi, HReg op1_lo, s390_opnd_RMI op2, in s390_insn_div() 5418 s390_insn_divs(UChar size, HReg rem, HReg op1, s390_opnd_RMI op2) in s390_insn_divs() 5437 s390_insn_clz(UChar size, HReg num_bits, HReg clobber, s390_opnd_RMI src) in s390_insn_clz() 5456 s390_insn_unop(UChar size, s390_unop_t tag, HReg dst, s390_opnd_RMI opnd) in s390_insn_unop() 5471 s390_insn_test(UChar size, s390_opnd_RMI src) in s390_insn_test() [all …]
|