OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:operand_val
(Results
1 - 1
of
1
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
xtensa-dis.c
79
unsigned
operand_val
)
86
if (
operand_val
< 0xa)
87
(*info->fprintf_func) (info->stream, "%u",
operand_val
);
local
89
(*info->fprintf_func) (info->stream, "0x%x",
operand_val
);
local
93
(void) xtensa_operand_decode (isa, opc, opnd, &
operand_val
);
94
signed_operand_val = (int)
operand_val
;
101
&
operand_val
, memaddr);
102
info->target =
operand_val
;
119
operand_val
);
122
operand_val
++
138
unsigned
operand_val
;
local
[
all
...]
Completed in 51 milliseconds