Searched refs:operand_start (Results 1 – 2 of 2) sorted by relevance
257 const uint8_t* operand_start = in Decode() local261 os << "#" << static_cast<unsigned int>(*operand_start); in Decode()264 os << '#' << ReadUnalignedUInt16(operand_start); in Decode()267 os << "[" << static_cast<unsigned int>(*operand_start) << "]"; in Decode()270 os << "[" << ReadUnalignedUInt16(operand_start) << "]"; in Decode()273 os << "#" << static_cast<int>(static_cast<int8_t>(*operand_start)); in Decode()277 Register reg = Register::FromOperand(*operand_start); in Decode()297 Register reg = Register::FromOperand(*operand_start); in Decode()309 Register::FromWideOperand(ReadUnalignedUInt16(operand_start)); in Decode()
46 uint8_t* operand_start = in GetRawOperand() local54 return static_cast<uint32_t>(*operand_start); in GetRawOperand()56 return ReadUnalignedUInt16(operand_start); in GetRawOperand()