Home | History | Annotate | Download | only in tcg

Lines Matching refs:gen_opc_buf

533     nb_ops = tcg_opc_ptr - s->gen_opc_buf;
536 op = s->gen_opc_buf[op_index];
622 s->gen_opc_buf[op_index] = op_to_movi(op);
650 s->gen_opc_buf[op_index] = neg_op;
682 s->gen_opc_buf[op_index] = INDEX_op_nop;
684 s->gen_opc_buf[op_index] = op_to_mov(op);
780 s->gen_opc_buf[op_index] = op_to_movi(op);
789 s->gen_opc_buf[op_index] = INDEX_op_nop;
791 s->gen_opc_buf[op_index] = op_to_mov(op);
795 s->gen_opc_buf[op_index] = op_to_movi(op);
811 s->gen_opc_buf[op_index] = op_to_movi(op);
828 s->gen_opc_buf[op_index] = INDEX_op_nop;
830 s->gen_opc_buf[op_index] = op_to_mov(op);
847 s->gen_opc_buf[op_index] = op_to_movi(op);
865 s->gen_opc_buf[op_index] = INDEX_op_nop;
877 s->gen_opc_buf[op_index] = op;
895 s->gen_opc_buf[op_index] = op_to_movi(op);
928 s->gen_opc_buf[op_index] = op_to_movi(op);
941 s->gen_opc_buf[op_index] = op_to_movi(op);
955 s->gen_opc_buf[op_index] = op_to_movi(op);
968 s->gen_opc_buf[op_index] = INDEX_op_br;
972 s->gen_opc_buf[op_index] = INDEX_op_nop;
983 s->gen_opc_buf[op_index] = INDEX_op_nop;
985 s->gen_opc_buf[op_index] = op_to_movi(op);
989 s->gen_opc_buf[op_index] = op_to_mov(op);
1019 assert(s->gen_opc_buf[op_index + 1] == INDEX_op_nop);
1023 s->gen_opc_buf[op_index] = INDEX_op_movi_i32;
1024 s->gen_opc_buf[++op_index] = INDEX_op_movi_i32;
1042 assert(s->gen_opc_buf[op_index + 1] == INDEX_op_nop);
1046 s->gen_opc_buf[op_index] = INDEX_op_movi_i32;
1047 s->gen_opc_buf[++op_index] = INDEX_op_movi_i32;
1061 s->gen_opc_buf[op_index] = INDEX_op_br;
1065 s->gen_opc_buf[op_index] = INDEX_op_nop;
1075 s->gen_opc_buf[op_index] = INDEX_op_brcond_i32;
1090 s->gen_opc_buf[op_index] = INDEX_op_movi_i32;
1100 s->gen_opc_buf[op_index] = INDEX_op_setcond_i32;