Searched defs:tcg_gen_ldst_op_i32 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tcg/
H A Dtcg-op.h117 static inline void tcg_gen_ldst_op_i32(TCGOpcode opc, TCGv_i32 val, function
409 tcg_gen_ldst_op_i32(INDEX_op_ld8u_i32, ret, arg2, offset);
414 tcg_gen_ldst_op_i32(INDEX_op_ld8s_i32, ret, arg2, offset);
419 tcg_gen_ldst_op_i32(INDEX_op_ld16u_i32, ret, arg2, offset);
424 tcg_gen_ldst_op_i32(INDEX_op_ld16s_i32, ret, arg2, offset);
429 tcg_gen_ldst_op_i32(INDEX_op_ld_i32, ret, arg2, offset);
434 tcg_gen_ldst_op_i32(INDEX_op_st8_i32, arg1, arg2, offset);
439 tcg_gen_ldst_op_i32(INDEX_op_st16_i32, arg1, arg2, offset);
444 tcg_gen_ldst_op_i32(INDEX_op_st_i32, arg1, arg2, offset);

Completed in 56 milliseconds