OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_inst
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-mcore.c
1784
int
first_inst
= fragP->fr_fix + fragP->fr_address;
1785
int needpad = (
first_inst
& 3);
1869
we need a pad if "
first_inst
" is 4 byte aligned.
local
1871
int
first_inst
= fragP->fr_fix + fragP->fr_address;
1872
int needpad = !(
first_inst
& 3);
1782
int
first_inst
= fragP->fr_fix + fragP->fr_address;
local
tc-tic4x.c
2395
tic4x_inst_t *
first_inst
;
local
2459
first_inst
= NULL;
2465
if (!
first_inst
)
2466
first_inst
= inst;
2479
if (
first_inst
)
2480
tic4x_operands_match (
first_inst
, insn, 0);
tc-csky.c
4784
int
first_inst
= fragp->fr_fix + fragp->fr_address;
local
4785
int is_unaligned = (
first_inst
& 3);
4892
int
first_inst
= fragp->fr_fix + fragp->fr_address;
local
4893
int is_unaligned = (
first_inst
& 3);
4974
int
first_inst
= fragp->fr_fix + fragp->fr_address;
local
4975
int is_unaligned = (
first_inst
& 3);
5033
int
first_inst
= fragp->fr_fix + fragp->fr_address;
local
5034
int is_unaligned = (
first_inst
& 3);
/src/external/gpl3/binutils.old/dist/gas/config/
tc-mcore.c
1784
int
first_inst
= fragP->fr_fix + fragP->fr_address;
1785
int needpad = (
first_inst
& 3);
1869
we need a pad if "
first_inst
" is 4 byte aligned.
local
1871
int
first_inst
= fragP->fr_fix + fragP->fr_address;
1872
int needpad = !(
first_inst
& 3);
1782
int
first_inst
= fragP->fr_fix + fragP->fr_address;
local
tc-tic4x.c
2395
tic4x_inst_t *
first_inst
;
local
2459
first_inst
= NULL;
2465
if (!
first_inst
)
2466
first_inst
= inst;
2479
if (
first_inst
)
2480
tic4x_operands_match (
first_inst
, insn, 0);
tc-csky.c
4784
int
first_inst
= fragp->fr_fix + fragp->fr_address;
local
4785
int is_unaligned = (
first_inst
& 3);
4892
int
first_inst
= fragp->fr_fix + fragp->fr_address;
local
4893
int is_unaligned = (
first_inst
& 3);
4974
int
first_inst
= fragp->fr_fix + fragp->fr_address;
local
4975
int is_unaligned = (
first_inst
& 3);
5033
int
first_inst
= fragp->fr_fix + fragp->fr_address;
local
5034
int is_unaligned = (
first_inst
& 3);
Completed in 37 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026