OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:now_pred
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
991
# define
now_pred
seg_info (now_seg)->tc_segment_info_data.current_pred
macro
993
static struct current_pred
now_pred
;
variable in typeref:struct:current_pred
999
return (cond & ~1) == (
now_pred
.cc & ~1);
3948
if (
now_pred
.state == AUTOMATIC_PRED_BLOCK)
9626
now_pred
.mask = (inst.instruction & 0xf) | 0x10;
9627
now_pred
.cc = inst.operands[0].imm;
12242
now_pred
.mask = (inst.instruction & 0xf) | 0x10;
12243
now_pred
.cc = cond;
12244
now_pred
.warn_deprecated = false;
12245
now_pred
.type = SCALAR_PRED
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
995
# define
now_pred
seg_info (now_seg)->tc_segment_info_data.current_pred
macro
997
static struct current_pred
now_pred
;
variable in typeref:struct:current_pred
1003
return (cond & ~1) == (
now_pred
.cc & ~1);
3947
if (
now_pred
.state == AUTOMATIC_PRED_BLOCK)
9629
now_pred
.mask = (inst.instruction & 0xf) | 0x10;
9630
now_pred
.cc = inst.operands[0].imm;
12245
now_pred
.mask = (inst.instruction & 0xf) | 0x10;
12246
now_pred
.cc = cond;
12247
now_pred
.warn_deprecated = false;
12248
now_pred
.type = SCALAR_PRED
[
all
...]
Completed in 29 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026