Home | History | Annotate | Download | only in arm

Lines Matching refs:TCGContext

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