Home
last modified time | relevance | path

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

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