OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addends
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/csky/
csky.cc
3308
rtx
addends
[2], op;
local
3310
addends
[0] = XEXP (addr, 0);
3311
addends
[1] = XEXP (addr, 1);
3313
if (GET_CODE (
addends
[0]) == LABEL_REF && CONST_INT_P (
addends
[1]))
3315
out->label =
addends
[0];
3316
out->disp =
addends
[1];
3320
if (!REG_P (
addends
[0]))
3321
std::swap (
addends
[0],
addends
[1])
[
all
...]
csky.cc
3308
rtx
addends
[2], op;
local
3310
addends
[0] = XEXP (addr, 0);
3311
addends
[1] = XEXP (addr, 1);
3313
if (GET_CODE (
addends
[0]) == LABEL_REF && CONST_INT_P (
addends
[1]))
3315
out->label =
addends
[0];
3316
out->disp =
addends
[1];
3320
if (!REG_P (
addends
[0]))
3321
std::swap (
addends
[0],
addends
[1])
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/csky/
csky.cc
3301
rtx
addends
[2], op;
local
3303
addends
[0] = XEXP (addr, 0);
3304
addends
[1] = XEXP (addr, 1);
3306
if (GET_CODE (
addends
[0]) == LABEL_REF && CONST_INT_P (
addends
[1]))
3308
out->label =
addends
[0];
3309
out->disp =
addends
[1];
3313
if (!REG_P (
addends
[0]))
3314
std::swap (
addends
[0],
addends
[1])
[
all
...]
csky.cc
3301
rtx
addends
[2], op;
local
3303
addends
[0] = XEXP (addr, 0);
3304
addends
[1] = XEXP (addr, 1);
3306
if (GET_CODE (
addends
[0]) == LABEL_REF && CONST_INT_P (
addends
[1]))
3308
out->label =
addends
[0];
3309
out->disp =
addends
[1];
3313
if (!REG_P (
addends
[0]))
3314
std::swap (
addends
[0],
addends
[1])
[
all
...]
Completed in 53 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026