OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numops
(Results
1 - 6
of
6
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-d10v.c
353
int
numops
= 0;
local
369
exp[
numops
].X_op = O_absent;
373
exp[
numops
].X_add_number = OPERAND_ATPAR;
378
exp[
numops
].X_add_number = OPERAND_ATMINUS;
382
exp[
numops
].X_add_number = OPERAND_ATSIGN;
385
numops
++;
386
exp[
numops
].X_op = O_absent;
387
exp[
numops
].X_add_number = OPERAND_PLUS;
392
numops
++;
406
if (!register_name (&exp[
numops
]))
[
all
...]
tc-d30v.c
395
int
numops
= 0;
local
400
exp[
numops
].X_op = O_absent;
401
exp[
numops
++].X_add_number = cmp_hack - 1;
415
exp[
numops
].X_op = O_absent;
419
exp[
numops
].X_add_number = OPERAND_ATPAR;
425
exp[
numops
].X_add_number = OPERAND_ATMINUS;
429
exp[
numops
].X_add_number = OPERAND_ATSIGN;
432
numops
++;
446
if (!register_name (&exp[
numops
]))
449
expression (&exp[
numops
]);
[
all
...]
tc-tic30.c
1583
unsigned int
numops
= insn.tm->operands;
local
[
all
...]
/toolchain/binutils/binutils-2.25/opcodes/
i960-dis.c
111
short
numops
;
117
short
numops
;
212
if (ctrl_tab[i].
numops
== 1)
296
if (cobr_tab[i].
numops
> 1)
331
/* NOTE: In this table, the meaning of '
numops
' is:
375
mem_tab[j].
numops
= mem_init[i].
numops
;
405
switch (mem_tab[i].
numops
)
477
/* NOTE: In this table, the meaning of '
numops
' is:
696
reg_tab[j].
numops
= reg_init[i].numops
110
short
numops
;
member in struct:tabent
116
short
numops
;
member in struct:sparse_tabent
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow-inline.h
582
if (ptr->i < ptr->
numops
)
605
while (ptr->i < ptr->
numops
)
645
while (ptr->i < ptr->
numops
)
674
ptr->
numops
= 0;
692
ptr->
numops
= 0;
699
ptr->
numops
= 1;
702
ptr->
numops
= gimple_asm_noutputs (stmt);
705
ptr->
numops
= 0;
890
ptr->
numops
= gimple_phi_num_args (phi);
[
all
...]
tree-ssa-operands.h
127
unsigned
numops
;
member in struct:ssa_operand_iterator_d
Completed in 4444 milliseconds