Lines Matching refs:TCGContext
342 static inline void tcg_out_bx(TCGContext *s, int cond, int rn) in tcg_out_bx()
347 static inline void tcg_out_b(TCGContext *s, int cond, int32_t offset) in tcg_out_b()
353 static inline void tcg_out_b_noaddr(TCGContext *s, int cond) in tcg_out_b_noaddr()
367 static inline void tcg_out_bl(TCGContext *s, int cond, int32_t offset) in tcg_out_bl()
373 static inline void tcg_out_blx(TCGContext *s, int cond, int rn) in tcg_out_blx()
378 static inline void tcg_out_blx_imm(TCGContext *s, int32_t offset) in tcg_out_blx_imm()
384 static inline void tcg_out_dat_reg(TCGContext *s, in tcg_out_dat_reg()
391 static inline void tcg_out_dat_reg2(TCGContext *s, in tcg_out_dat_reg2()
410 static inline void tcg_out_dat_imm(TCGContext *s, in tcg_out_dat_imm()
417 static inline void tcg_out_movi32(TCGContext *s, in tcg_out_movi32()
452 static inline void tcg_out_mul32(TCGContext *s, in tcg_out_mul32()
469 static inline void tcg_out_umull32(TCGContext *s, in tcg_out_umull32()
486 static inline void tcg_out_smull32(TCGContext *s, in tcg_out_smull32()
503 static inline void tcg_out_ext8s(TCGContext *s, int cond, in tcg_out_ext8s()
517 static inline void tcg_out_ext8u(TCGContext *s, int cond, in tcg_out_ext8u()
523 static inline void tcg_out_ext16s(TCGContext *s, int cond, in tcg_out_ext16s()
537 static inline void tcg_out_ext16u(TCGContext *s, int cond, in tcg_out_ext16u()
551 static inline void tcg_out_bswap16s(TCGContext *s, int cond, int rd, int rn) in tcg_out_bswap16s()
566 static inline void tcg_out_bswap16(TCGContext *s, int cond, int rd, int rn) in tcg_out_bswap16()
581 static inline void tcg_out_bswap32(TCGContext *s, int cond, int rd, int rn) in tcg_out_bswap32()
598 static inline void tcg_out_ld32_12(TCGContext *s, int cond, in tcg_out_ld32_12()
609 static inline void tcg_out_st32_12(TCGContext *s, int cond, in tcg_out_st32_12()
620 static inline void tcg_out_ld32_r(TCGContext *s, int cond, in tcg_out_ld32_r()
627 static inline void tcg_out_st32_r(TCGContext *s, int cond, in tcg_out_st32_r()
635 static inline void tcg_out_ld32_rwb(TCGContext *s, int cond, in tcg_out_ld32_rwb()
642 static inline void tcg_out_st32_rwb(TCGContext *s, int cond, in tcg_out_st32_rwb()
649 static inline void tcg_out_ld16u_8(TCGContext *s, int cond, in tcg_out_ld16u_8()
662 static inline void tcg_out_st16_8(TCGContext *s, int cond, in tcg_out_st16_8()
675 static inline void tcg_out_ld16u_r(TCGContext *s, int cond, in tcg_out_ld16u_r()
682 static inline void tcg_out_st16_r(TCGContext *s, int cond, in tcg_out_st16_r()
689 static inline void tcg_out_ld16s_8(TCGContext *s, int cond, in tcg_out_ld16s_8()
702 static inline void tcg_out_ld16s_r(TCGContext *s, int cond, in tcg_out_ld16s_r()
709 static inline void tcg_out_ld8_12(TCGContext *s, int cond, in tcg_out_ld8_12()
720 static inline void tcg_out_st8_12(TCGContext *s, int cond, in tcg_out_st8_12()
731 static inline void tcg_out_ld8_r(TCGContext *s, int cond, in tcg_out_ld8_r()
738 static inline void tcg_out_st8_r(TCGContext *s, int cond, in tcg_out_st8_r()
745 static inline void tcg_out_ld8s_8(TCGContext *s, int cond, in tcg_out_ld8s_8()
758 static inline void tcg_out_ld8s_r(TCGContext *s, int cond, in tcg_out_ld8s_r()
765 static inline void tcg_out_ld32u(TCGContext *s, int cond, in tcg_out_ld32u()
775 static inline void tcg_out_st32(TCGContext *s, int cond, in tcg_out_st32()
785 static inline void tcg_out_ld16u(TCGContext *s, int cond, in tcg_out_ld16u()
795 static inline void tcg_out_ld16s(TCGContext *s, int cond, in tcg_out_ld16s()
805 static inline void tcg_out_st16(TCGContext *s, int cond, in tcg_out_st16()
815 static inline void tcg_out_ld8u(TCGContext *s, int cond, in tcg_out_ld8u()
825 static inline void tcg_out_ld8s(TCGContext *s, int cond, in tcg_out_ld8s()
835 static inline void tcg_out_st8(TCGContext *s, int cond, in tcg_out_st8()
845 static inline void tcg_out_goto(TCGContext *s, int cond, uint32_t addr) in tcg_out_goto()
874 static inline void tcg_out_call(TCGContext *s, uint32_t addr) in tcg_out_call()
907 static inline void tcg_out_callr(TCGContext *s, int cond, int arg) in tcg_out_callr()
918 static inline void tcg_out_goto_label(TCGContext *s, int cond, int label_index) in tcg_out_goto_label()
956 static inline void tcg_out_qemu_ld(TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_ld()
1179 static inline void tcg_out_qemu_st(TCGContext *s, const TCGArg *args, int opc) in tcg_out_qemu_st()
1412 static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, in tcg_out_op()
1784 static void tcg_target_init(TCGContext *s) in tcg_target_init()
1809 static inline void tcg_out_ld(TCGContext *s, TCGType type, int arg, in tcg_out_ld()
1815 static inline void tcg_out_st(TCGContext *s, TCGType type, int arg, in tcg_out_st()
1821 static void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val) in tcg_out_addi()
1836 static inline void tcg_out_mov(TCGContext *s, TCGType type, int ret, int arg) in tcg_out_mov()
1841 static inline void tcg_out_movi(TCGContext *s, TCGType type, in tcg_out_movi()
1847 static void tcg_target_qemu_prologue(TCGContext *s) in tcg_target_qemu_prologue()