OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:operand_real
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arc.c
2150
const struct arc_operand *
operand_real
= &arc_operands[op->operand_idx];
local
2156
if (
operand_real
->bits == 32 && (
operand_real
->flags & ARC_OPERAND_LIMM))
2158
else if (!(
operand_real
->flags & ARC_OPERAND_IR))
2161
if (
operand_real
->flags & ARC_OPERAND_SIGNED)
2163
max = (1 << (
operand_real
->bits - 1)) - 1;
2164
min = -(1 << (
operand_real
->bits - 1));
2168
max = (1 <<
operand_real
->bits) - 1;
2178
if (
operand_real
->flags & ARC_OPERAND_LIMM
2179
|| ((
operand_real
->flags & ARC_OPERAND_SIGNED
2242
const struct arc_operand *
operand_real
;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arc.c
2149
const struct arc_operand *
operand_real
= &arc_operands[op->operand_idx];
local
2155
if (
operand_real
->bits == 32 && (
operand_real
->flags & ARC_OPERAND_LIMM))
2157
else if (!(
operand_real
->flags & ARC_OPERAND_IR))
2160
if (
operand_real
->flags & ARC_OPERAND_SIGNED)
2162
max = (1 << (
operand_real
->bits - 1)) - 1;
2163
min = -(1 << (
operand_real
->bits - 1));
2167
max = (1 <<
operand_real
->bits) - 1;
2177
if (
operand_real
->flags & ARC_OPERAND_LIMM
2178
|| ((
operand_real
->flags & ARC_OPERAND_SIGNED
2241
const struct arc_operand *
operand_real
;
local
[
all
...]
Completed in 16 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026