Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp90 case ExecutionMode::SERIAL_VIA_EXPLICIT_REGS: in getName()
107 ExecutionMode::SERIAL_VIA_EXPLICIT_REGS, in getAllExecutionBits()
H A DCodeTemplate.h75 SERIAL_VIA_EXPLICIT_REGS = 1u << 3, enumerator