Lines Matching refs:TCGContext
341 static void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) in tcg_out_mov()
351 static void tcg_out_movi(TCGContext *s, TCGType type, in tcg_out_movi()
370 static void tcg_out_ldst(TCGContext *s, int ret, int addr, in tcg_out_ldst()
396 static inline void tcg_out_ld(TCGContext *s, TCGType type, int ret, in tcg_out_ld()
403 static inline void tcg_out_st(TCGContext *s, TCGType type, int ret, in tcg_out_st()
409 static void tcg_out_ldst_index(TCGContext *s, int data, in tcg_out_ldst_index()
415 static inline void tcg_out_addi2(TCGContext *s, int ret, int arg1, in tcg_out_addi2()
422 static inline void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val) in tcg_out_addi()
427 static inline void tcg_out_arith(TCGContext *s, int t, int r1, int r2, int op) in tcg_out_arith()
432 static inline void tcg_out_arithi(TCGContext *s, int t, int r1, in tcg_out_arithi()
439 static inline void tcg_out_nop(TCGContext *s) in tcg_out_nop()
444 static inline void tcg_out_mtctl_sar(TCGContext *s, int arg) in tcg_out_mtctl_sar()
452 static inline void tcg_out_extr(TCGContext *s, int ret, int arg, in tcg_out_extr()
462 static inline void tcg_out_dep(TCGContext *s, int ret, int arg, in tcg_out_dep()
470 static inline void tcg_out_shd(TCGContext *s, int ret, int hi, int lo, in tcg_out_shd()
478 static void tcg_out_vshd(TCGContext *s, int ret, int hi, int lo, int creg) in tcg_out_vshd()
484 static void tcg_out_ori(TCGContext *s, int ret, int arg, tcg_target_ulong m) in tcg_out_ori()
506 static void tcg_out_andi(TCGContext *s, int ret, int arg, tcg_target_ulong m) in tcg_out_andi()
537 static inline void tcg_out_ext8s(TCGContext *s, int ret, int arg) in tcg_out_ext8s()
542 static inline void tcg_out_ext16s(TCGContext *s, int ret, int arg) in tcg_out_ext16s()
547 static void tcg_out_shli(TCGContext *s, int ret, int arg, int count) in tcg_out_shli()
554 static void tcg_out_shl(TCGContext *s, int ret, int arg, int creg) in tcg_out_shl()
561 static void tcg_out_shri(TCGContext *s, int ret, int arg, int count) in tcg_out_shri()
567 static void tcg_out_shr(TCGContext *s, int ret, int arg, int creg) in tcg_out_shr()
572 static void tcg_out_sari(TCGContext *s, int ret, int arg, int count) in tcg_out_sari()
578 static void tcg_out_sar(TCGContext *s, int ret, int arg, int creg) in tcg_out_sar()
585 static void tcg_out_rotli(TCGContext *s, int ret, int arg, int count) in tcg_out_rotli()
591 static void tcg_out_rotl(TCGContext *s, int ret, int arg, int creg) in tcg_out_rotl()
597 static void tcg_out_rotri(TCGContext *s, int ret, int arg, int count) in tcg_out_rotri()
603 static void tcg_out_rotr(TCGContext *s, int ret, int arg, int creg) in tcg_out_rotr()
608 static void tcg_out_bswap16(TCGContext *s, int ret, int arg, int sign) in tcg_out_bswap16()
617 static void tcg_out_bswap32(TCGContext *s, int ret, int arg, int temp) in tcg_out_bswap32()
625 static void tcg_out_call(TCGContext *s, void *func) in tcg_out_call()
645 static void tcg_out_xmpyu(TCGContext *s, int retl, int reth, in tcg_out_xmpyu()
676 static void tcg_out_add2(TCGContext *s, int destl, int desth, in tcg_out_add2()
691 static void tcg_out_sub2(TCGContext *s, int destl, int desth, int al, int ah, in tcg_out_sub2()
712 static void tcg_out_branch(TCGContext *s, int label_index, int nul) in tcg_out_branch()
748 static void tcg_out_brcond(TCGContext *s, int cond, TCGArg c1, in tcg_out_brcond()
794 static void tcg_out_comclr(TCGContext *s, int cond, TCGArg ret, in tcg_out_comclr()
816 static void tcg_out_brcond2(TCGContext *s, int cond, TCGArg al, TCGArg ah, in tcg_out_brcond2()
836 static void tcg_out_setcond(TCGContext *s, int cond, TCGArg ret, in tcg_out_setcond()
843 static void tcg_out_setcond2(TCGContext *s, int cond, TCGArg ret, in tcg_out_setcond2()
898 static int tcg_out_tlb_read(TCGContext *s, int r0, int r1, int addrlo, in tcg_out_tlb_read()
953 static void tcg_out_qemu_ld_direct(TCGContext *s, int datalo_reg, int datahi_reg, in tcg_out_qemu_ld_direct()
1020 static void tcg_out_qemu_ld(TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_ld()
1092 static void tcg_out_qemu_st_direct(TCGContext *s, int datalo_reg, int datahi_reg, in tcg_out_qemu_st_direct()
1135 static void tcg_out_qemu_st(TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_st()
1223 static void tcg_out_exit_tb(TCGContext *s, TCGArg arg) in tcg_out_exit_tb()
1241 static void tcg_out_goto_tb(TCGContext *s, TCGArg arg) in tcg_out_goto_tb()
1256 static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, const TCGArg *args, in tcg_out_op()
1603 static void tcg_target_qemu_prologue(TCGContext *s) in tcg_target_qemu_prologue()
1655 static void tcg_target_init(TCGContext *s) in tcg_target_init()