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

/vbox/src/recompiler/tcg/
H A Dtcg-op.h126 static inline void tcg_gen_ldst_op_i64(TCGOpcode opc, TCGv_i64 val, function
1045 tcg_gen_ldst_op_i64(INDEX_op_ld8u_i64, ret, arg2, offset);
1051 tcg_gen_ldst_op_i64(INDEX_op_ld8s_i64, ret, arg2, offset);
1057 tcg_gen_ldst_op_i64(INDEX_op_ld16u_i64, ret, arg2, offset);
1063 tcg_gen_ldst_op_i64(INDEX_op_ld16s_i64, ret, arg2, offset);
1069 tcg_gen_ldst_op_i64(INDEX_op_ld32u_i64, ret, arg2, offset);
1075 tcg_gen_ldst_op_i64(INDEX_op_ld32s_i64, ret, arg2, offset);
1080 tcg_gen_ldst_op_i64(INDEX_op_ld_i64, ret, arg2, offset);
1086 tcg_gen_ldst_op_i64(INDEX_op_st8_i64, arg1, arg2, offset);
1092 tcg_gen_ldst_op_i64(INDEX_op_st16_i6
[all...]

Completed in 96 milliseconds