OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_operands
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/common/
bedbug.c
249
if (ctx->op->fields[field] >
n_operands
) {
385
if (field >
n_operands
) {
776
int
n_operands
= 0; /* # of operands read */
811
while (
n_operands
< w_operands) {
813
oper[
n_operands
] = &operands[opc->fields[
n_operands
] - 1];
815
if (oper[
n_operands
]->hint & OH_SILENT) {
819
printf ("asmppc: Operand %d \"%s\" SILENT\n",
n_operands
,
820
oper[
n_operands
]->name);
823
++
n_operands
;
764
int
n_operands
= 0; \/* # of operands read *\/
local
[
all
...]
/external/u-boot/include/bedbug/
ppc.h
389
extern const unsigned int
n_operands
;
tables.h
54
const unsigned int
n_operands
= sizeof(operands) / sizeof(operands[0]);
variable
Completed in 77 milliseconds