Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg-op.h117 static inline void tcg_gen_ldst_op_i32(TCGOpcode opc, TCGv_i32 val, in tcg_gen_ldst_op_i32() function
433 tcg_gen_ldst_op_i32(INDEX_op_ld8u_i32, ret, arg2, offset); in tcg_gen_ld8u_i32()
438 tcg_gen_ldst_op_i32(INDEX_op_ld8s_i32, ret, arg2, offset); in tcg_gen_ld8s_i32()
443 tcg_gen_ldst_op_i32(INDEX_op_ld16u_i32, ret, arg2, offset); in tcg_gen_ld16u_i32()
448 tcg_gen_ldst_op_i32(INDEX_op_ld16s_i32, ret, arg2, offset); in tcg_gen_ld16s_i32()
453 tcg_gen_ldst_op_i32(INDEX_op_ld_i32, ret, arg2, offset); in tcg_gen_ld_i32()
458 tcg_gen_ldst_op_i32(INDEX_op_st8_i32, arg1, arg2, offset); in tcg_gen_st8_i32()
463 tcg_gen_ldst_op_i32(INDEX_op_st16_i32, arg1, arg2, offset); in tcg_gen_st16_i32()
468 tcg_gen_ldst_op_i32(INDEX_op_st_i32, arg1, arg2, offset); in tcg_gen_st_i32()