Searched refs:tcg_set_nop (Results 1 – 1 of 1) sorted by relevance
/external/qemu/tcg/ |
D | tcg.c | 1396 static inline void tcg_set_nop(TCGContext *s, uint16_t *opc_ptr, in tcg_set_nop() function 1483 tcg_set_nop(s, s->gen_opc_buf + op_index, in tcg_liveness_analysis() 1573 tcg_set_nop(s, s->gen_opc_buf + op_index + 1, args + 3, 3); in tcg_liveness_analysis() 1624 tcg_set_nop(s, s->gen_opc_buf + op_index + 1, args + 3, 1); in tcg_liveness_analysis() 1646 tcg_set_nop(s, s->gen_opc_buf + op_index, args, def->nb_args); in tcg_liveness_analysis()
|