Searched defs:tcg_out_opc (Results 1 – 2 of 2) sorted by relevance
/external/qemu/tcg/i386/ |
D | tcg-target.c | 351 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/ |
D | tcg-target.c | 238 static void tcg_out_opc(TCGContext *s, int opc, int r, int rm, int x) in tcg_out_opc() function
|