OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shifter_op
(Results
1 - 2
of
2
) sorted by null
/art/compiler/utils/arm/
assembler_arm32.cc
28
bool Arm32Assembler::ShifterOperandCanHoldArm32(uint32_t immediate, ShifterOperand*
shifter_op
) {
31
shifter_op
->type_ = ShifterOperand::kImmediate;
32
shifter_op
->is_rotate_ = true;
33
shifter_op
->rotate_ = 0;
34
shifter_op
->immed_ = immediate;
41
shifter_op
->type_ = ShifterOperand::kImmediate;
42
shifter_op
->is_rotate_ = true;
43
shifter_op
->rotate_ = rot;
44
shifter_op
->immed_ = imm8;
52
ShifterOperand
shifter_op
;
local
1409
ShifterOperand
shifter_op
;
local
1434
ShifterOperand
shifter_op
;
local
1450
ShifterOperand
shifter_op
;
local
[
all
...]
assembler_thumb2.cc
518
ShifterOperand*
shifter_op
) {
519
shifter_op
->type_ = ShifterOperand::kImmediate;
520
shifter_op
->immed_ = immediate;
521
shifter_op
->is_shift_ = false;
522
shifter_op
->is_rotate_ = false;
3503
ShifterOperand
shifter_op
;
local
3535
ShifterOperand
shifter_op
;
local
3563
ShifterOperand
shifter_op
;
local
[
all
...]
Completed in 63 milliseconds