Searched refs:ISAOpCode (Results 1 – 2 of 2) sorted by relevance
135 uint64_t ISAOpCode = Inst & (0x3FFULL << 39); in encodeInstruction() local137 Inst |= ISAOpCode << 1; in encodeInstruction()
151 uint64_t ISAOpCode = Inst & (0x3FFULL << 39); in encodeInstruction() local153 Inst |= ISAOpCode << 1; in encodeInstruction()