Lines Matching refs:ImmediateValue
124 int64_t immediate = operand.ImmediateValue(); in LogicalMacro()
312 Address addr = static_cast<Address>(operand.ImmediateValue()); in Mov()
318 reinterpret_cast<HeapObject**>(operand.ImmediateValue())); in Mov()
327 Mov(dst, operand.ImmediateValue()); in Mov()
538 Mov(rd, ~operand.ImmediateValue()); in Mvn()
591 IsImmConditionalCompare(operand.ImmediateValue()))) { in ConditionalCompareMacro()
614 int64_t imm = operand.ImmediateValue(); in Csel()
720 !IsImmAddSub(operand.ImmediateValue())) || in AddSubMacro()
740 MoveImmediateForShiftedOp(temp, operand.ImmediateValue(), mode); in AddSubMacro()
1317 DCHECK_GE(offset.ImmediateValue(), 0); in Poke()
1328 DCHECK_GE(offset.ImmediateValue(), 0); in Peek()