HomeSort by relevance Sort by last modified time
    Searched full:label_next (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/i386/
tcg-target.c 799 int label_next; local
800 label_next = gen_new_label();
804 label_next, 1);
817 tcg_out_jxx(s, JCC_JNE, label_next, 1);
824 tcg_out_jxx(s, JCC_JNE, label_next, 1);
831 tcg_out_jxx(s, JCC_JNE, label_next, 1);
838 tcg_out_jxx(s, JCC_JNE, label_next, 1);
845 tcg_out_jxx(s, JCC_JNE, label_next, 1);
852 tcg_out_jxx(s, JCC_JNE, label_next, 1);
859 tcg_out_jxx(s, JCC_JNE, label_next, 1)
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 547 int cc, label_next = gen_new_label(); local
555 tcg_out_branch_i32(s, cc, label_next);
578 tcg_out_branch_i32(s, cc, label_next);
586 tcg_out_label(s, label_next, (tcg_target_long)s->code_ptr);
    [all...]

Completed in 3639 milliseconds