OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARM_FP_CALLEE_SAVE_BASE
(Results
1 - 2
of
2
) sorted by null
/art/compiler/dex/quick/arm/
target_arm.cc
629
DCHECK_GE(reg.GetRegNum(),
ARM_FP_CALLEE_SAVE_BASE
);
630
int adjusted_reg_num = reg.GetRegNum() -
ARM_FP_CALLEE_SAVE_BASE
;
640
fp_spill_mask_ = ((1 << num_fp_spills_) - 1) <<
ARM_FP_CALLEE_SAVE_BASE
;
arm_lir.h
98
#define
ARM_FP_CALLEE_SAVE_BASE
16
[
all
...]
Completed in 250 milliseconds