• Home
  • Raw
  • Download

Lines Matching defs:immediate

56   Operand(uint32_t immediate)  // NOLINT(runtime/explicit)  in Operand()
62 Operand(int32_t immediate) // NOLINT(runtime/explicit) in Operand()
132 static Operand From(T immediate) { in From()
247 NeonImmediate(uint32_t immediate) // NOLINT(runtime/explicit) in NeonImmediate()
250 NeonImmediate(int immediate) // NOLINT(runtime/explicit) in NeonImmediate()
258 NeonImmediate(int64_t immediate) // NOLINT(runtime/explicit) in NeonImmediate()
261 NeonImmediate(uint64_t immediate) // NOLINT(runtime/explicit) in NeonImmediate()
270 NeonImmediate(float immediate) // NOLINT(runtime/explicit) in NeonImmediate()
273 NeonImmediate(double immediate) // NOLINT(runtime/explicit) in NeonImmediate()
376 NeonOperand(int32_t immediate) // NOLINT(runtime/explicit) in NeonOperand()
379 NeonOperand(uint32_t immediate) // NOLINT(runtime/explicit) in NeonOperand()
382 NeonOperand(int64_t immediate) // NOLINT(runtime/explicit) in NeonOperand()
385 NeonOperand(uint64_t immediate) // NOLINT(runtime/explicit) in NeonOperand()
388 NeonOperand(float immediate) // NOLINT(runtime/explicit) in NeonOperand()
391 NeonOperand(double immediate) // NOLINT(runtime/explicit) in NeonOperand()
431 SOperand(int32_t immediate) // NOLINT(runtime/explicit) in SOperand()
433 SOperand(uint32_t immediate) // NOLINT(runtime/explicit) in SOperand()
437 SOperand(float immediate) // NOLINT(runtime/explicit) in SOperand()
440 SOperand(double immediate) // NOLINT(runtime/explicit) in SOperand()
466 DOperand(int32_t immediate) // NOLINT(runtime/explicit) in DOperand()
468 DOperand(uint32_t immediate) // NOLINT(runtime/explicit) in DOperand()
470 DOperand(int64_t immediate) // NOLINT(runtime/explicit) in DOperand()
472 DOperand(uint64_t immediate) // NOLINT(runtime/explicit) in DOperand()
480 DOperand(float immediate) // NOLINT(runtime/explicit) in DOperand()
482 DOperand(double immediate) // NOLINT(runtime/explicit) in DOperand()
508 QOperand(int32_t immediate) // NOLINT(runtime/explicit) in QOperand()
510 QOperand(uint32_t immediate) // NOLINT(runtime/explicit) in QOperand()
512 QOperand(int64_t immediate) // NOLINT(runtime/explicit) in QOperand()
514 QOperand(uint64_t immediate) // NOLINT(runtime/explicit) in QOperand()
516 QOperand(float immediate) // NOLINT(runtime/explicit) in QOperand()
518 QOperand(double immediate) // NOLINT(runtime/explicit) in QOperand()