whilelt

SVE While Less Than

WHILELT <Pd>.<T>, <Xn>, <Xm>

Generates a predicate based on a loop counter (while Xn < Xm).

Details

The SVE While Less Than instruction generates a predicate based on a loop counter (while Xn < Xm).

Pseudocode Operation

// Generates a predicate based on a loop counter (while Xn < Xm)

Example

WHILELT p0.T, x1, x2

Encoding

Binary Layout
00100101
01
000
000
0
Rm
Rn
Pd
 
Format SVE Compare Scalar
Opcode 0x25400000
Extension SVE

Operands

  • Pd
    Destination predicate register (SVE)
  • Xn
    Start
  • Xm
    Limit