OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:format_ab_reg
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c
1589
format_ab_reg
(int ab, int reg)
function
1615
bytes[1] = ((r << 7) |
format_ab_reg
(ab, reg));
1633
bytes[1] = (((x & 1) << 7) |
format_ab_reg
(ab, reg));
1658
bytes[2] =
format_ab_reg
(ab, reg);
1678
bytes[2] = (((x & 1) << 7) |
format_ab_reg
(ab, reg));
/src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c
1589
format_ab_reg
(int ab, int reg)
function
1615
bytes[1] = ((r << 7) |
format_ab_reg
(ab, reg));
1633
bytes[1] = (((x & 1) << 7) |
format_ab_reg
(ab, reg));
1658
bytes[2] =
format_ab_reg
(ab, reg);
1678
bytes[2] = (((x & 1) << 7) |
format_ab_reg
(ab, reg));
Completed in 123 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026