Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp28 {ExecutionMode::SERIAL_VIA_EXPLICIT_REGS,
82 EM |= ExecutionMode::SERIAL_VIA_EXPLICIT_REGS; in getExecutionModes()
115 case ExecutionMode::SERIAL_VIA_EXPLICIT_REGS: { in appendCodeTemplates()
H A DCodeTemplate.cpp81 case ExecutionMode::SERIAL_VIA_EXPLICIT_REGS: in getName()
98 ExecutionMode::SERIAL_VIA_EXPLICIT_REGS, in getAllExecutionBits()
H A DCodeTemplate.h75 SERIAL_VIA_EXPLICIT_REGS = 1u << 3, enumerator