Lines Matching defs:operand
301 uint16_t operand = static_cast<uint16_t>(operands[i]);
302 const uint8_t* raw_operand = reinterpret_cast<const uint8_t*>(&operand);
360 // The jump fits within the range of an UImm8 operand, so cancel
365 // The jump does not fit within the range of an UImm8 operand, so
367 // and update the jump instruction and operand.
388 // The jump fits within the range of an Imm16 operand, so cancel
394 // The jump does not fit within the range of an Imm16 operand, so
396 // and update the jump instruction and operand.
464 DCHECK_EQ(0u, node->operand(0));
484 DCHECK_EQ(0u, node->operand(0));
492 // of the operand for the constant is known and the jump can
493 // be emitted into the bytecode stream with space for the operand.