Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1506 uint8_t Flgs = static_cast<uint8_t>(PPA2Flags::CompileForBinaryFloatingPoint); in emitPPA2() local
1507 Flgs |= static_cast<uint8_t>(PPA2Flags::CompiledWithXPLink); in emitPPA2()
1512 Flgs |= static_cast<uint8_t>( in emitPPA2()
1521 OutStreamer->emitInt8(Flgs); in emitPPA2()