OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rotate_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/h8300/
h8300.cc
4566
enum shift_type
rotate_type
;
4592
rotate_type
= SHIFT_ASHIFT;
4595
rotate_type
= SHIFT_LSHIFTRT;
4615
rotate_type
=
4616
(
rotate_type
== SHIFT_ASHIFT) ? SHIFT_LSHIFTRT : SHIFT_ASHIFT;
4646
rotate_type
=
4647
(
rotate_type
== SHIFT_ASHIFT) ? SHIFT_LSHIFTRT : SHIFT_ASHIFT;
4654
insn_buf = rotate_two[
rotate_type
][rotate_mode];
4656
insn_buf = rotate_one[cpu_type][
rotate_type
][rotate_mode];
4552
enum shift_type
rotate_type
;
local
/src/external/gpl3/gcc/dist/gcc/config/h8300/
h8300.cc
4571
enum shift_type
rotate_type
;
4597
rotate_type
= SHIFT_ASHIFT;
4600
rotate_type
= SHIFT_LSHIFTRT;
4620
rotate_type
=
4621
(
rotate_type
== SHIFT_ASHIFT) ? SHIFT_LSHIFTRT : SHIFT_ASHIFT;
4651
rotate_type
=
4652
(
rotate_type
== SHIFT_ASHIFT) ? SHIFT_LSHIFTRT : SHIFT_ASHIFT;
4659
insn_buf = rotate_two[
rotate_type
][rotate_mode];
4661
insn_buf = rotate_one[cpu_type][
rotate_type
][rotate_mode];
4557
enum shift_type
rotate_type
;
local
Completed in 23 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026