OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:operandh
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-cr16.c
[
all
...]
tc-crx.c
914
char *
operandH
, *operandT; /* Single operand head/tail pointers. */
922
operandS =
operandH
= operandT = (INST_HAS_REG_LIST) ?
930
operand[op_num++] = strdup (
operandH
);
931
operandH
= operandT;
967
operand[op_num++] = strdup (
operandH
);
[
all
...]
Completed in 1253 milliseconds