Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp151 uint64_t ISAOpCode = Inst & (0x3FFULL << 39); in encodeInstruction() local
153 Inst |= ISAOpCode << 1; in encodeInstruction()