Home
last modified time | relevance | path

Searched defs:tcg_out_opc (Results 1 – 2 of 2) sorted by relevance

/external/qemu/tcg/i386/
Dtcg-target.c351 static void tcg_out_opc(TCGContext *s, int opc, int r, int rm, int x) in tcg_out_opc() function
388 static void tcg_out_opc(TCGContext *s, int opc) in tcg_out_opc() function
401 #define tcg_out_opc(s, opc, r, rm, x) (tcg_out_opc)(s, opc) macro
/external/qemu/tcg/x86_64/
Dtcg-target.c238 static void tcg_out_opc(TCGContext *s, int opc, int r, int rm, int x) in tcg_out_opc() function