HomeSort by relevance Sort by last modified time
    Searched refs:TCGv_i64 (Results 1 - 5 of 5) sorted by null

  /external/qemu/tcg/
tcg-op.h 34 static inline void tcg_gen_op1_i64(int opc, TCGv_i64 arg1)
53 static inline void tcg_gen_op2_i64(int opc, TCGv_i64 arg1, TCGv_i64 arg2)
67 static inline void tcg_gen_op2i_i64(int opc, TCGv_i64 arg1, TCGArg arg2)
90 static inline void tcg_gen_op3_i64(int opc, TCGv_i64 arg1, TCGv_i64 arg2,
91 TCGv_i64 arg3)
108 static inline void tcg_gen_op3i_i64(int opc, TCGv_i64 arg1, TCGv_i64 arg2,
126 static inline void tcg_gen_ldst_op_i64(int opc, TCGv_i64 val, TCGv_ptr base
    [all...]