Home
last modified time | relevance | path

Searched refs:kExtCompressed (Results 1 – 3 of 3) sorted by relevance

/art/runtime/arch/riscv64/
Dinstruction_set_features_riscv64.cc33 Riscv64InstructionSetFeatures::kExtCompressed | in BasicFeatures()
56 bits |= kExtCompressed; in FromCppDefines()
104 {Riscv64InstructionSetFeatures::kExtCompressed, "c"},
Dinstruction_set_features_riscv64.h34 kExtCompressed = (1 << 1), // C extension adds compressed instructions enumerator
71 bool HasCompressed() const { return (bits_ & kExtCompressed) != 0; } in HasCompressed()
Dinstruction_set_features_riscv64_test.cc36 Riscv64InstructionSetFeatures::kExtCompressed | in TEST()
68 Riscv64InstructionSetFeatures::kExtCompressed | in TEST()