Searched refs:predicted (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c278 enum bool predicted);
6144 enum bool previous_sectdiff, previous_ppc_jbsr, previous_arm_half,predicted; local
6158 predicted = FALSE;
6224 * for static branch prediction was predicted in
6236 predicted = TRUE;
6247 print_r_type(cputype, sr->r_type, predicted);
6412 * for static branch prediction was predicted in
6424 predicted = TRUE;
6436 print_r_type(cputype, reloc.r_type, predicted);
6456 print_r_type(cputype, reloc.r_type, predicted);
6571 print_r_type( cpu_type_t cputype, uint32_t r_type, enum bool predicted) argument
[all...]
H A Dppc_disasm.c2560 enum bool branch_to_register, predicted; local
2566 * predicted the r_length is set to 3 instead of 2. So to correctly
2569 * is 3 it then we know it was a predicted branch and we will always
2574 predicted = TRUE;
2576 predicted = FALSE;
2584 * a reloc that said this was a predicted branch.
2586 if(predicted == TRUE){
2612 * a reloc that said this was a predicted branch.
2614 if(predicted == TRUE){
3501 * predicted th
[all...]

Completed in 111 milliseconds