Lines Matching defs:opc
351 static void tcg_out_opc(TCGContext *s, int opc, int r, int rm, int x) in tcg_out_opc()
388 static void tcg_out_opc(TCGContext *s, int opc) in tcg_out_opc()
401 #define tcg_out_opc(s, opc, r, rm, x) (tcg_out_opc)(s, opc) argument
404 static void tcg_out_modrm(TCGContext *s, int opc, int r, int rm) in tcg_out_modrm()
415 static void tcg_out_modrm_sib_offset(TCGContext *s, int opc, int r, int rm, in tcg_out_modrm_sib_offset()
499 static inline void tcg_out_modrm_offset(TCGContext *s, int opc, int r, in tcg_out_modrm_offset()
518 int opc = OPC_MOVL_GvEv + (type == TCG_TYPE_I64 ? P_REXW : 0); in tcg_out_mov() local
568 int opc = OPC_MOVL_GvEv + (type == TCG_TYPE_I64 ? P_REXW : 0); in tcg_out_ld() local
575 int opc = OPC_MOVL_EvGv + (type == TCG_TYPE_I64 ? P_REXW : 0); in tcg_out_st() local
716 static void tcg_out_jxx(TCGContext *s, int opc, int label_index, int small) in tcg_out_jxx()
1141 int opc) in tcg_out_qemu_ld()
1315 int opc) in tcg_out_qemu_st()
1432 static inline void tcg_out_op(TCGContext *s, TCGOpcode opc, in tcg_out_op()