Searched refs:now_pred (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c1008 # define now_pred seg_info (now_seg)->tc_segment_info_data.current_pred macro
1010 static struct current_pred now_pred; variable in typeref:struct:current_pred
1016 return (cond & ~1) == (now_pred.cc & ~1);
3998 if (now_pred.state == AUTOMATIC_PRED_BLOCK)
9780 now_pred.mask = (inst.instruction & 0xf) | 0x10;
9781 now_pred.cc = inst.operands[0].imm;
12496 now_pred.mask = (inst.instruction & 0xf) | 0x10;
12497 now_pred.cc = cond;
12498 now_pred.warn_deprecated = false;
12499 now_pred
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c1002 # define now_pred seg_info (now_seg)->tc_segment_info_data.current_pred macro
1004 static struct current_pred now_pred; variable in typeref:struct:current_pred
1010 return (cond & ~1) == (now_pred.cc & ~1);
4003 if (now_pred.state == AUTOMATIC_PRED_BLOCK)
9726 now_pred.mask = (inst.instruction & 0xf) | 0x10;
9727 now_pred.cc = inst.operands[0].imm;
12436 now_pred.mask = (inst.instruction & 0xf) | 0x10;
12437 now_pred.cc = cond;
12438 now_pred.warn_deprecated = FALSE;
12439 now_pred
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c1008 # define now_pred seg_info (now_seg)->tc_segment_info_data.current_pred macro
1010 static struct current_pred now_pred; variable in typeref:struct:current_pred
1016 return (cond & ~1) == (now_pred.cc & ~1);
3998 if (now_pred.state == AUTOMATIC_PRED_BLOCK)
9780 now_pred.mask = (inst.instruction & 0xf) | 0x10;
9781 now_pred.cc = inst.operands[0].imm;
12496 now_pred.mask = (inst.instruction & 0xf) | 0x10;
12497 now_pred.cc = cond;
12498 now_pred.warn_deprecated = false;
12499 now_pred
[all...]

Completed in 404 milliseconds