OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shift_type
(Results
1 - 1
of
1
) sorted by null
/sdk/emulator/qtools/
armdis.cpp
196
uint8_t
shift_type
= (insn >> 5) & 0x3;
local
203
if (!shift_is_reg &&
shift_type
== 0 && shift_amount == 0) {
209
const char *shift_name = shift_names[
shift_type
];
217
if (
shift_type
== 3) {
372
uint8_t
shift_type
= (insn >> 5) & 0x3;
local
375
const char *shift_name = shift_names[
shift_type
];
379
if (
shift_type
== 0) {
384
if (
shift_type
== 3) {
402
if (
shift_type
== 0) {
407
if (
shift_type
== 3)
[
all
...]
Completed in 82 milliseconds