Searched refs:operands (Results 1 – 3 of 3) sorted by relevance
112 reinterpret_cast<VReg*>(bytecode->operands[0])->reg); in transform()117 reinterpret_cast<VReg*>(bytecode->operands[0])->reg); in transform()179 const std::list<Operand*>& operands) { in addInst() argument184 for (auto it = operands.begin(); it != operands.end(); it++) { in addInst()185 instruction->operands.push_back(*it); in addInst()
26 void onReceived(int logicalAddress, int destAddress, in byte[] operands, boolean hasVendorId); in onReceived() argument
578 byte[] operands) { in buildVendorCommandWithId() argument579 byte[] params = new byte[operands.length + 3]; // parameter plus len(vendorId) in buildVendorCommandWithId()583 System.arraycopy(operands, 0, params, 3, operands.length); in buildVendorCommandWithId()