OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fcyc_bits
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
tic6x-dis.c
734
unsigned int
fcyc_bits
= 0;
local
1236
fcyc_bits
= 0;
1238
fcyc_bits
= 1;
1240
fcyc_bits
= 2;
1242
fcyc_bits
= 3;
1244
fcyc_bits
= 4;
1258
if (
fcyc_bits
> tic6x_field_width(field))
1260
printf ("opcode %x: illegal fcyc value (%d)\n", opcode,
fcyc_bits
);
1266
for (t = 0, i =
fcyc_bits
; i < 6; i++)
1275
fld_val & ((1 <<
fcyc_bits
) - 1))
[
all
...]
/src/external/gpl3/binutils.old/dist/opcodes/
tic6x-dis.c
734
unsigned int
fcyc_bits
= 0;
local
1236
fcyc_bits
= 0;
1238
fcyc_bits
= 1;
1240
fcyc_bits
= 2;
1242
fcyc_bits
= 3;
1244
fcyc_bits
= 4;
1258
if (
fcyc_bits
> tic6x_field_width(field))
1260
printf ("opcode %x: illegal fcyc value (%d)\n", opcode,
fcyc_bits
);
1266
for (t = 0, i =
fcyc_bits
; i < 6; i++)
1275
fld_val & ((1 <<
fcyc_bits
) - 1))
[
all
...]
/src/external/gpl3/gdb/dist/opcodes/
tic6x-dis.c
734
unsigned int
fcyc_bits
= 0;
local
1236
fcyc_bits
= 0;
1238
fcyc_bits
= 1;
1240
fcyc_bits
= 2;
1242
fcyc_bits
= 3;
1244
fcyc_bits
= 4;
1258
if (
fcyc_bits
> tic6x_field_width(field))
1260
printf ("opcode %x: illegal fcyc value (%d)\n", opcode,
fcyc_bits
);
1266
for (t = 0, i =
fcyc_bits
; i < 6; i++)
1275
fld_val & ((1 <<
fcyc_bits
) - 1))
[
all
...]
/src/external/gpl3/gdb.old/dist/opcodes/
tic6x-dis.c
734
unsigned int
fcyc_bits
= 0;
local
1236
fcyc_bits
= 0;
1238
fcyc_bits
= 1;
1240
fcyc_bits
= 2;
1242
fcyc_bits
= 3;
1244
fcyc_bits
= 4;
1258
if (
fcyc_bits
> tic6x_field_width(field))
1260
printf ("opcode %x: illegal fcyc value (%d)\n", opcode,
fcyc_bits
);
1266
for (t = 0, i =
fcyc_bits
; i < 6; i++)
1275
fld_val & ((1 <<
fcyc_bits
) - 1))
[
all
...]
/src/external/gpl3/binutils/dist/gas/config/
tc-tic6x.c
2490
unsigned int
fcyc_bits
;
local
2969
fcyc_bits
= 0;
2971
fcyc_bits
= 1;
2973
fcyc_bits
= 2;
2975
fcyc_bits
= 3;
2977
fcyc_bits
= 4;
2980
if (
fcyc_bits
> fldd->bitfields[0].width)
2988
>= (1 << (fldd->bitfields[0].width -
fcyc_bits
))))
2997
for (t = 0, i =
fcyc_bits
; i < fldd->bitfields[0].width; i++)
3002
value = t <<
fcyc_bits
;
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-tic6x.c
2490
unsigned int
fcyc_bits
;
local
2969
fcyc_bits
= 0;
2971
fcyc_bits
= 1;
2973
fcyc_bits
= 2;
2975
fcyc_bits
= 3;
2977
fcyc_bits
= 4;
2980
if (
fcyc_bits
> fldd->bitfields[0].width)
2988
>= (1 << (fldd->bitfields[0].width -
fcyc_bits
))))
2997
for (t = 0, i =
fcyc_bits
; i < fldd->bitfields[0].width; i++)
3002
value = t <<
fcyc_bits
;
[
all
...]
Completed in 21 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026