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

  /external/qemu/tcg/
tcg-op.h 28 static inline void tcg_gen_op1_i32(TCGOpcode opc, TCGv_i32 arg1)
34 static inline void tcg_gen_op1_i64(TCGOpcode opc, TCGv_i64 arg1)
40 static inline void tcg_gen_op1i(TCGOpcode opc, TCGArg arg1)
46 static inline void tcg_gen_op2_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2)
53 static inline void tcg_gen_op2_i64(TCGOpcode opc, TCGv_i64 arg1, TCGv_i64 arg2)
60 static inline void tcg_gen_op2i_i32(TCGOpcode opc, TCGv_i32 arg1, TCGArg arg2)
67 static inline void tcg_gen_op2i_i64(TCGOpcode opc, TCGv_i64 arg1, TCGArg arg2)
74 static inline void tcg_gen_op2ii(TCGOpcode opc, TCGArg arg1, TCGArg arg2)
81 static inline void tcg_gen_op3_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2,
90 static inline void tcg_gen_op3_i64(TCGOpcode opc, TCGv_i64 arg1, TCGv_i64 arg2
    [all...]
tcg.h 50 typedef enum TCGOpcode {
55 } TCGOpcode;
449 TCGOpcode op;
tcg.c 875 TCGOpcode c;
1063 TCGOpcode op;
1069 if (tdefs->op == (TCGOpcode)-1)
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c     [all...]
  /external/qemu/tcg/hppa/
tcg-target.c     [all...]
  /external/qemu/tcg/i386/
tcg-target.c     [all...]
  /external/qemu/tcg/ppc/
tcg-target.c     [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 1200 static void tcg_out_op (TCGContext *s, TCGOpcode opc, const TCGArg *args,
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c     [all...]

Completed in 87 milliseconds