Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DR600MCCodeEmitter.cpp135 uint64_t ISAOpCode = Inst & (0x3FFULL << 39); in encodeInstruction() local
137 Inst |= ISAOpCode << 1; in encodeInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DR600MCCodeEmitter.cpp151 uint64_t ISAOpCode = Inst & (0x3FFULL << 39); in encodeInstruction() local
153 Inst |= ISAOpCode << 1; in encodeInstruction()