Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp136 uint64_t ISAOpCode = Inst & (0x3FFULL << 39); in encodeInstruction() local
138 Inst |= ISAOpCode << 1; in encodeInstruction()