Searched refs:s390_opnd_RMI (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_s390_defs.h | 114 } s390_opnd_RMI; typedef 276 s390_opnd_RMI src; 286 s390_opnd_RMI op2; 292 s390_opnd_RMI op2; 298 s390_opnd_RMI op2; 303 s390_opnd_RMI op2; 308 s390_opnd_RMI src; 313 s390_opnd_RMI src; 318 s390_opnd_RMI src2; 326 s390_opnd_RMI src; [all …]
|
D | host_s390_isel.c | 93 static s390_opnd_RMI s390_isel_int_expr_RMI(ISelEnv *, IRExpr *); 280 s390_opnd_copy(UChar size, HReg dst, s390_opnd_RMI opnd) in s390_opnd_copy() 299 static __inline__ s390_opnd_RMI 302 s390_opnd_RMI opnd; in s390_opnd_reg() 312 static __inline__ s390_opnd_RMI 315 s390_opnd_RMI opnd; in s390_opnd_imm() 538 s390_opnd_RMI op2; in s390_isel_int128_expr_wrk() 569 s390_opnd_RMI op2; in s390_isel_int128_expr_wrk() 597 s390_opnd_RMI op2; in s390_isel_int128_expr_wrk() 704 s390_opnd_RMI op2, value, opnd; in s390_isel_int_expr_wrk() [all …]
|
D | host_s390_defs.c | 505 s390_opnd_RMI_get_reg_usage(HRegUsage *u, s390_opnd_RMI op) in s390_opnd_RMI_get_reg_usage() 722 s390_opnd_RMI_map_regs(HRegRemap *m, s390_opnd_RMI *op) in s390_opnd_RMI_map_regs() 3989 s390_insn_cond_move(UChar size, s390_cc_t cond, HReg dst, s390_opnd_RMI src) in s390_insn_cond_move() 4020 s390_insn_alu(UChar size, s390_alu_t tag, HReg dst, s390_opnd_RMI op2) in s390_insn_alu() 4035 s390_insn_mul(UChar size, HReg dst_hi, HReg dst_lo, s390_opnd_RMI op2, in s390_insn_mul() 4055 s390_insn_div(UChar size, HReg op1_hi, HReg op1_lo, s390_opnd_RMI op2, in s390_insn_div() 4076 s390_insn_divs(UChar size, HReg rem, HReg op1, s390_opnd_RMI op2) in s390_insn_divs() 4095 s390_insn_clz(UChar size, HReg num_bits, HReg clobber, s390_opnd_RMI src) in s390_insn_clz() 4114 s390_insn_unop(UChar size, s390_unop_t tag, HReg dst, s390_opnd_RMI opnd) in s390_insn_unop() 4129 s390_insn_test(UChar size, s390_opnd_RMI src) in s390_insn_test() [all …]
|