Home
last modified time | relevance | path

Searched refs:ScopedUseCInstructions (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/riscv64/
Dassembler_riscv64.cc7092 ScopedUseCInstructions use_compression(this); in EmitBranch()
7104 ScopedUseCInstructions use_compression(this); in EmitBranch()
7136 ScopedUseCInstructions use_compression(this); in EmitBranch()
Dassembler_riscv64.h2888 using ScopedUseCInstructions = ScopedExtensionsInclusion<kRiscv64CompressedExtensionsMask>; variable