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

  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.h 332 bool no_cond_jump_promotion : 1; member in struct:i386_tc_frag_data
tc-i386.c 892 static bool no_cond_jump_promotion = false; variable
3343 bool no_cond_jump_promotion;
3378 top->no_cond_jump_promotion = no_cond_jump_promotion;
3425 no_cond_jump_promotion = top->no_cond_jump_promotion;
3562 no_cond_jump_promotion = 0;
3575 no_cond_jump_promotion = true;
15826 fragP->tc_frag_data.no_cond_jump_promotion = no_cond_jump_promotion;
3342 bool no_cond_jump_promotion; member in struct:arch_stack_entry
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 883 static bool no_cond_jump_promotion = false; variable
3294 bool no_cond_jump_promotion;
3329 top->no_cond_jump_promotion = no_cond_jump_promotion;
3376 no_cond_jump_promotion = top->no_cond_jump_promotion;
3513 no_cond_jump_promotion = 0;
3522 no_cond_jump_promotion = 1;
16178 && (!no_cond_jump_promotion || fragP->fr_var != NO_RELOC))
16198 if (no_cond_jump_promotion && fragP->fr_var == NO_RELOC
3293 bool no_cond_jump_promotion; member in struct:arch_stack_entry
    [all...]

Completed in 86 milliseconds