Home
last modified time | relevance | path

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

/external/qemu/tcg/hppa/
Dtcg-target.c261 #define INSN_T(x) (x) macro
346 tcg_out32(s, INSN_OR | INSN_T(ret) | INSN_R1(arg) in tcg_out_mov()
412 tcg_out32(s, op | INSN_T(data) | INSN_R1(index) | INSN_R2(base)); in tcg_out_ldst_index()
429 tcg_out32(s, op | INSN_T(t) | INSN_R1(r1) | INSN_R2(r2)); in tcg_out_arith()
474 tcg_out32(s, INSN_SHD | INSN_R1(hi) | INSN_R2(lo) | INSN_T(ret) in tcg_out_shd()
481 tcg_out32(s, INSN_VSHD | INSN_T(ret) | INSN_R1(hi) | INSN_R2(lo)); in tcg_out_vshd()
657 | INSN_IM5(STACK_TEMP_OFS) | INSN_T(22)); in tcg_out_xmpyu()
665 | INSN_IM5(STACK_TEMP_OFS) | INSN_T(22)); in tcg_out_xmpyu()
808 op = INSN_COMCLR | INSN_R2(c1) | INSN_R1(c2) | INSN_T(ret); in tcg_out_comclr()