OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:literal_offset
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-csky.c
4717
#define make_literal(fragp,
literal_offset
) \
4719
make_insn (
literal_offset
, PAD_FILL_CONTENT, 0, 0); \
4723
make_insn (2 -
literal_offset
, PAD_FILL_CONTENT, 0, 0); \
5193
int
literal_offset
;
local
5196
literal_offset
= ((fragp->fr_address + fragp->fr_fix) % 4 == 0
5198
make_insn (4, CSKYV2_INST_JMPI32, (4 +
literal_offset
+ 2) >> 2, 10);
5199
make_literal (fragp,
literal_offset
);
5216
int
literal_offset
;
local
5223
literal_offset
= ((fragp->fr_address + fragp->fr_fix) % 4 == 0
5225
make_insn (4, CSKYV2_INST_JMPI32, (4 +
literal_offset
+ 2) >> 2, 10)
5231
int
literal_offset
;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-csky.c
4717
#define make_literal(fragp,
literal_offset
) \
4719
make_insn (
literal_offset
, PAD_FILL_CONTENT, 0, 0); \
4723
make_insn (2 -
literal_offset
, PAD_FILL_CONTENT, 0, 0); \
5193
int
literal_offset
;
local
5196
literal_offset
= ((fragp->fr_address + fragp->fr_fix) % 4 == 0
5198
make_insn (4, CSKYV2_INST_JMPI32, (4 +
literal_offset
+ 2) >> 2, 10);
5199
make_literal (fragp,
literal_offset
);
5216
int
literal_offset
;
local
5223
literal_offset
= ((fragp->fr_address + fragp->fr_fix) % 4 == 0
5225
make_insn (4, CSKYV2_INST_JMPI32, (4 +
literal_offset
+ 2) >> 2, 10)
5231
int
literal_offset
;
local
[
all
...]
Completed in 30 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026