Home
last modified time | relevance | path

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

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