Lines Matching refs:opc
28 static inline void tcg_gen_op1_i32(TCGOpcode opc, TCGv_i32 arg1) in tcg_gen_op1_i32() argument
30 *gen_opc_ptr++ = opc; in tcg_gen_op1_i32()
34 static inline void tcg_gen_op1_i64(TCGOpcode opc, TCGv_i64 arg1) in tcg_gen_op1_i64() argument
36 *gen_opc_ptr++ = opc; in tcg_gen_op1_i64()
40 static inline void tcg_gen_op1i(TCGOpcode opc, TCGArg arg1) in tcg_gen_op1i() argument
42 *gen_opc_ptr++ = opc; in tcg_gen_op1i()
46 static inline void tcg_gen_op2_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_op2_i32() argument
48 *gen_opc_ptr++ = opc; in tcg_gen_op2_i32()
53 static inline void tcg_gen_op2_i64(TCGOpcode opc, TCGv_i64 arg1, TCGv_i64 arg2) in tcg_gen_op2_i64() argument
55 *gen_opc_ptr++ = opc; in tcg_gen_op2_i64()
60 static inline void tcg_gen_op2i_i32(TCGOpcode opc, TCGv_i32 arg1, TCGArg arg2) in tcg_gen_op2i_i32() argument
62 *gen_opc_ptr++ = opc; in tcg_gen_op2i_i32()
67 static inline void tcg_gen_op2i_i64(TCGOpcode opc, TCGv_i64 arg1, TCGArg arg2) in tcg_gen_op2i_i64() argument
69 *gen_opc_ptr++ = opc; in tcg_gen_op2i_i64()
74 static inline void tcg_gen_op2ii(TCGOpcode opc, TCGArg arg1, TCGArg arg2) in tcg_gen_op2ii() argument
76 *gen_opc_ptr++ = opc; in tcg_gen_op2ii()
81 static inline void tcg_gen_op3_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2, in tcg_gen_op3_i32() argument
84 *gen_opc_ptr++ = opc; in tcg_gen_op3_i32()
90 static inline void tcg_gen_op3_i64(TCGOpcode opc, TCGv_i64 arg1, TCGv_i64 arg2, in tcg_gen_op3_i64() argument
93 *gen_opc_ptr++ = opc; in tcg_gen_op3_i64()
99 static inline void tcg_gen_op3i_i32(TCGOpcode opc, TCGv_i32 arg1, in tcg_gen_op3i_i32() argument
102 *gen_opc_ptr++ = opc; in tcg_gen_op3i_i32()
108 static inline void tcg_gen_op3i_i64(TCGOpcode opc, TCGv_i64 arg1, in tcg_gen_op3i_i64() argument
111 *gen_opc_ptr++ = opc; in tcg_gen_op3i_i64()
117 static inline void tcg_gen_ldst_op_i32(TCGOpcode opc, TCGv_i32 val, in tcg_gen_ldst_op_i32() argument
120 *gen_opc_ptr++ = opc; in tcg_gen_ldst_op_i32()
126 static inline void tcg_gen_ldst_op_i64(TCGOpcode opc, TCGv_i64 val, in tcg_gen_ldst_op_i64() argument
129 *gen_opc_ptr++ = opc; in tcg_gen_ldst_op_i64()
135 static inline void tcg_gen_qemu_ldst_op_i64_i32(TCGOpcode opc, TCGv_i64 val, in tcg_gen_qemu_ldst_op_i64_i32() argument
138 *gen_opc_ptr++ = opc; in tcg_gen_qemu_ldst_op_i64_i32()
144 static inline void tcg_gen_qemu_ldst_op_i64_i64(TCGOpcode opc, TCGv_i64 val, in tcg_gen_qemu_ldst_op_i64_i64() argument
147 *gen_opc_ptr++ = opc; in tcg_gen_qemu_ldst_op_i64_i64()
153 static inline void tcg_gen_op4_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2, in tcg_gen_op4_i32() argument
156 *gen_opc_ptr++ = opc; in tcg_gen_op4_i32()
163 static inline void tcg_gen_op4_i64(TCGOpcode opc, TCGv_i64 arg1, TCGv_i64 arg2, in tcg_gen_op4_i64() argument
166 *gen_opc_ptr++ = opc; in tcg_gen_op4_i64()
173 static inline void tcg_gen_op4i_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2, in tcg_gen_op4i_i32() argument
176 *gen_opc_ptr++ = opc; in tcg_gen_op4i_i32()
183 static inline void tcg_gen_op4i_i64(TCGOpcode opc, TCGv_i64 arg1, TCGv_i64 arg2, in tcg_gen_op4i_i64() argument
186 *gen_opc_ptr++ = opc; in tcg_gen_op4i_i64()
193 static inline void tcg_gen_op4ii_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2, in tcg_gen_op4ii_i32() argument
196 *gen_opc_ptr++ = opc; in tcg_gen_op4ii_i32()
203 static inline void tcg_gen_op4ii_i64(TCGOpcode opc, TCGv_i64 arg1, TCGv_i64 arg2, in tcg_gen_op4ii_i64() argument
206 *gen_opc_ptr++ = opc; in tcg_gen_op4ii_i64()
213 static inline void tcg_gen_op5_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2, in tcg_gen_op5_i32() argument
216 *gen_opc_ptr++ = opc; in tcg_gen_op5_i32()
224 static inline void tcg_gen_op5_i64(TCGOpcode opc, TCGv_i64 arg1, TCGv_i64 arg2, in tcg_gen_op5_i64() argument
227 *gen_opc_ptr++ = opc; in tcg_gen_op5_i64()
235 static inline void tcg_gen_op5i_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2, in tcg_gen_op5i_i32() argument
238 *gen_opc_ptr++ = opc; in tcg_gen_op5i_i32()
246 static inline void tcg_gen_op5i_i64(TCGOpcode opc, TCGv_i64 arg1, TCGv_i64 arg2, in tcg_gen_op5i_i64() argument
249 *gen_opc_ptr++ = opc; in tcg_gen_op5i_i64()
257 static inline void tcg_gen_op5ii_i32(TCGOpcode opc, TCGv_i32 arg1, in tcg_gen_op5ii_i32() argument
261 *gen_opc_ptr++ = opc; in tcg_gen_op5ii_i32()
269 static inline void tcg_gen_op5ii_i64(TCGOpcode opc, TCGv_i64 arg1, in tcg_gen_op5ii_i64() argument
273 *gen_opc_ptr++ = opc; in tcg_gen_op5ii_i64()
281 static inline void tcg_gen_op6_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2, in tcg_gen_op6_i32() argument
285 *gen_opc_ptr++ = opc; in tcg_gen_op6_i32()
294 static inline void tcg_gen_op6_i64(TCGOpcode opc, TCGv_i64 arg1, TCGv_i64 arg2, in tcg_gen_op6_i64() argument
298 *gen_opc_ptr++ = opc; in tcg_gen_op6_i64()
307 static inline void tcg_gen_op6i_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2, in tcg_gen_op6i_i32() argument
311 *gen_opc_ptr++ = opc; in tcg_gen_op6i_i32()
320 static inline void tcg_gen_op6i_i64(TCGOpcode opc, TCGv_i64 arg1, TCGv_i64 arg2, in tcg_gen_op6i_i64() argument
324 *gen_opc_ptr++ = opc; in tcg_gen_op6i_i64()
333 static inline void tcg_gen_op6ii_i32(TCGOpcode opc, TCGv_i32 arg1, in tcg_gen_op6ii_i32() argument
337 *gen_opc_ptr++ = opc; in tcg_gen_op6ii_i32()
346 static inline void tcg_gen_op6ii_i64(TCGOpcode opc, TCGv_i64 arg1, in tcg_gen_op6ii_i64() argument
350 *gen_opc_ptr++ = opc; in tcg_gen_op6ii_i64()