OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shifter_op
(Results
1 - 2
of
2
) sorted by null
/art/compiler/utils/arm/
assembler_arm.cc
1140
ShifterOperand
shifter_op
;
local
1167
ShifterOperand
shifter_op
;
local
1193
ShifterOperand
shifter_op
;
local
[
all
...]
assembler_arm.h
77
static bool CanHold(uint32_t immediate, ShifterOperand*
shifter_op
) {
80
shifter_op
->type_ = 1;
81
shifter_op
->encoding_ = (0 << kRotateShift) | (immediate << kImmed8Shift);
88
shifter_op
->type_ = 1;
89
shifter_op
->encoding_ = (rot << kRotateShift) | (imm8 << kImmed8Shift);
Completed in 41 milliseconds