OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCcDontCare
(Results
1 - 4
of
4
) sorted by null
/art/compiler/utils/arm/
assembler_arm32.h
42
Condition cond = AL, SetCc set_cc =
kCcDontCare
) OVERRIDE;
45
Condition cond = AL, SetCc set_cc =
kCcDontCare
) OVERRIDE;
48
Condition cond = AL, SetCc set_cc =
kCcDontCare
) OVERRIDE;
51
Condition cond = AL, SetCc set_cc =
kCcDontCare
) OVERRIDE;
54
Condition cond = AL, SetCc set_cc =
kCcDontCare
) OVERRIDE;
57
Condition cond = AL, SetCc set_cc =
kCcDontCare
) OVERRIDE;
60
Condition cond = AL, SetCc set_cc =
kCcDontCare
) OVERRIDE;
63
Condition cond = AL, SetCc set_cc =
kCcDontCare
) OVERRIDE;
74
Condition cond = AL, SetCc set_cc =
kCcDontCare
) OVERRIDE;
77
Condition cond = AL, SetCc set_cc =
kCcDontCare
) OVERRIDE
[
all
...]
assembler_thumb2.h
72
Condition cond = AL, SetCc set_cc =
kCcDontCare
) OVERRIDE;
75
Condition cond = AL, SetCc set_cc =
kCcDontCare
) OVERRIDE;
78
Condition cond = AL, SetCc set_cc =
kCcDontCare
) OVERRIDE;
81
Condition cond = AL, SetCc set_cc =
kCcDontCare
) OVERRIDE;
84
Condition cond = AL, SetCc set_cc =
kCcDontCare
) OVERRIDE;
87
Condition cond = AL, SetCc set_cc =
kCcDontCare
) OVERRIDE;
90
Condition cond = AL, SetCc set_cc =
kCcDontCare
) OVERRIDE;
93
Condition cond = AL, SetCc set_cc =
kCcDontCare
) OVERRIDE;
104
Condition cond = AL, SetCc set_cc =
kCcDontCare
) OVERRIDE;
107
Condition cond = AL, SetCc set_cc =
kCcDontCare
) OVERRIDE
[
all
...]
assembler_arm.h
422
kCcDontCare
, // Allows prioritizing 16-bit instructions on Thumb2 whether they set CCs or not.
445
Condition cond = AL, SetCc set_cc =
kCcDontCare
) = 0;
452
Condition cond = AL, SetCc set_cc =
kCcDontCare
) = 0;
459
Condition cond = AL, SetCc set_cc =
kCcDontCare
) = 0;
466
Condition cond = AL, SetCc set_cc =
kCcDontCare
) = 0;
473
Condition cond = AL, SetCc set_cc =
kCcDontCare
) = 0;
480
Condition cond = AL, SetCc set_cc =
kCcDontCare
) = 0;
487
Condition cond = AL, SetCc set_cc =
kCcDontCare
) = 0;
494
Condition cond = AL, SetCc set_cc =
kCcDontCare
) = 0;
511
Condition cond = AL, SetCc set_cc =
kCcDontCare
) = 0
[
all
...]
assembler_arm32_test.cc
129
set_ccs_.push_back(arm::
kCcDontCare
);
253
// For arm32,
kCcDontCare
defaults to not setting condition codes.
Completed in 55 milliseconds