OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:to_offset
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
kvx-dis.c
587
int insn_idx = (int) bf[bf_idx].
to_offset
/ 32;
588
int
to_offset
= bf[bf_idx].
to_offset
% 32;
local
590
insn->syllables[insn_idx] >>
to_offset
;
1309
int insn_idx = (int) bf[bf_idx].
to_offset
/ 32;
1310
int
to_offset
= bf[bf_idx].
to_offset
% 32;
local
1311
encoded_value = insn->syllables[insn_idx] >>
to_offset
;
/src/external/gpl3/binutils.old/dist/opcodes/
kvx-dis.c
587
int insn_idx = (int) bf[bf_idx].
to_offset
/ 32;
588
int
to_offset
= bf[bf_idx].
to_offset
% 32;
local
590
insn->syllables[insn_idx] >>
to_offset
;
1309
int insn_idx = (int) bf[bf_idx].
to_offset
/ 32;
1310
int
to_offset
= bf[bf_idx].
to_offset
% 32;
local
1311
encoded_value = insn->syllables[insn_idx] >>
to_offset
;
/src/external/gpl3/gdb.old/dist/opcodes/
kvx-dis.c
587
int insn_idx = (int) bf[bf_idx].
to_offset
/ 32;
588
int
to_offset
= bf[bf_idx].
to_offset
% 32;
local
590
insn->syllables[insn_idx] >>
to_offset
;
1309
int insn_idx = (int) bf[bf_idx].
to_offset
/ 32;
1310
int
to_offset
= bf[bf_idx].
to_offset
% 32;
local
1311
encoded_value = insn->syllables[insn_idx] >>
to_offset
;
/src/external/gpl3/gdb/dist/opcodes/
kvx-dis.c
587
int insn_idx = (int) bf[bf_idx].
to_offset
/ 32;
588
int
to_offset
= bf[bf_idx].
to_offset
% 32;
local
590
insn->syllables[insn_idx] >>
to_offset
;
1309
int insn_idx = (int) bf[bf_idx].
to_offset
/ 32;
1310
int
to_offset
= bf[bf_idx].
to_offset
% 32;
local
1311
encoded_value = insn->syllables[insn_idx] >>
to_offset
;
/src/external/gpl3/binutils/dist/gas/config/
tc-kvx.c
667
int
to_offset
= bfields[bf_idx].
to_offset
;
local
669
j =
to_offset
/ 32;
670
to_offset
=
to_offset
% 32;
671
insn->words[j] |= (value <<
to_offset
) & 0xffffffff;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-kvx.c
667
int
to_offset
= bfields[bf_idx].
to_offset
;
local
669
j =
to_offset
/ 32;
670
to_offset
=
to_offset
% 32;
671
insn->words[j] |= (value <<
to_offset
) & 0xffffffff;
/src/external/gpl3/gcc/dist/gcc/
tree.h
6306
tree_to_offset_ref
to_offset
(const_tree);
6404
wi::tree_to_offset_ref wt = wi::
to_offset
(t);
6408
offset_int wt = wi::
to_offset
(t). */
6411
wi::
to_offset
(const_tree t)
function in class:wi
6419
by wi::to_widest and wi::
to_offset
, this function treats T as a
6484
/*
to_offset
can only be applied to trees that are offset_int-sized
6548
poly_offset_int. See wi::
to_offset
for more details. */
6715
return ((wi::
to_offset
(DECL_FIELD_OFFSET (field)) << LOG2_BITS_PER_UNIT)
6716
+ wi::
to_offset
(DECL_FIELD_BIT_OFFSET (field))).to_shwi ();
/src/external/gpl3/gcc.old/dist/gcc/
tree.h
6009
tree_to_offset_ref
to_offset
(const_tree);
6100
wi::tree_to_offset_ref wt = wi::
to_offset
(t);
6104
offset_int wt = wi::
to_offset
(t). */
6107
wi::
to_offset
(const_tree t)
function in class:wi
6115
by wi::to_widest and wi::
to_offset
, this function treats T as a
6236
poly_offset_int. See wi::
to_offset
for more details. */
6393
return ((wi::
to_offset
(DECL_FIELD_OFFSET (field)) << LOG2_BITS_PER_UNIT)
6394
+ wi::
to_offset
(DECL_FIELD_BIT_OFFSET (field))).to_shwi ();
/src/external/gpl3/binutils/dist/include/opcode/
kvx.h
79
int
to_offset
;
member in struct:kvx_bitfield
/src/external/gpl3/binutils.old/dist/include/opcode/
kvx.h
79
int
to_offset
;
member in struct:kvx_bitfield
/src/external/gpl3/gdb.old/dist/include/opcode/
kvx.h
79
int
to_offset
;
member in struct:kvx_bitfield
/src/external/gpl3/gdb/dist/include/opcode/
kvx.h
79
int
to_offset
;
member in struct:kvx_bitfield
Completed in 45 milliseconds
Indexes created Mon Apr 27 00:23:16 UTC 2026