HomeSort by: relevance | last modified time | path
    Searched defs:ffb_result (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-memory-manipulation.cc 1011 rtx ffb_result; local
1024 ffb_result = gen_reg_rtx (Pmode);
1032 ffb $ffb_result, $tmp, $target_char ! is there $target_char?
1033 beqz $ffb_result, .Lloop
1034 add $last_char_ptr, $base, $ffb_result
1045 /* ffb $ffb_result, $tmp, $target_char ! is there $target_char? */
1046 emit_insn (gen_unspec_ffb (ffb_result, tmp, target_char));
1048 /* beqz $ffb_result, .Lloop */
1049 emit_cmp_and_jump_insns (ffb_result, const0_rtx, EQ, NULL,
1052 /* add $target_char_ptr, $base, $ffb_result */
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-memory-manipulation.cc 1011 rtx ffb_result; local
1024 ffb_result = gen_reg_rtx (Pmode);
1032 ffb $ffb_result, $tmp, $target_char ! is there $target_char?
1033 beqz $ffb_result, .Lloop
1034 add $last_char_ptr, $base, $ffb_result
1045 /* ffb $ffb_result, $tmp, $target_char ! is there $target_char? */
1046 emit_insn (gen_unspec_ffb (ffb_result, tmp, target_char));
1048 /* beqz $ffb_result, .Lloop */
1049 emit_cmp_and_jump_insns (ffb_result, const0_rtx, EQ, NULL,
1052 /* add $target_char_ptr, $base, $ffb_result */
    [all...]

Completed in 27 milliseconds