Searched refs:OP_4REG (Results 1 – 2 of 2) sorted by relevance
/linux/arch/loongarch/vdso/ |
H A D | vgetrandom-chacha.S | 12 .macro OP_4REG op d0 d1 d2 d3 s0 s1 s2 s3 macro 63 /* Packs to be used with OP_4REG */ 133 OP_4REG add.w line0, line1 134 OP_4REG xor line3, line0 135 OP_4REG rotri.w line3, _16 137 OP_4REG add.w line2, line3 138 OP_4REG xor line1, line2 139 OP_4REG rotri.w line1, _20 141 OP_4REG add.w line0, line1 142 OP_4REG xo [all...] |
/linux/arch/riscv/kernel/vdso/ |
H A D | vgetrandom-chacha.S | 19 .macro OP_4REG op d0 d1 d2 d3 s0 s1 s2 s3 macro 61 /* Packs to be used with OP_4REG */ 132 OP_4REG addw line0, line1 133 OP_4REG xor line3, line0 134 OP_4REG ROTRI line3, _16 136 OP_4REG addw line2, line3 137 OP_4REG xor line1, line2 138 OP_4REG ROTRI line1, _20 140 OP_4REG addw line0, line1 141 OP_4REG xo [all...] |