Searched refs:VLR (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/s390/crypto/ |
H A D | chacha-s390.S | 494 VLR A0,K0 495 VLR B0,K1 496 VLR A1,K0 497 VLR B1,K1 498 VLR A2,K0 499 VLR B2,K1 500 VLR A3,K0 501 VLR B3,K1 502 VLR A4,K0 503 VLR B4,K1 [all …]
|
/openbmc/linux/lib/raid6/ |
H A D | s390vx.uc | 79 asm volatile ("VLR %0,%1" : : "i" (x), "i" (y));
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | vx-insn-asm.h | 286 .macro VLR v1, v2
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 1032 F(0xe756, VLR, VRR_a, V, 0, 0, 0, 0, vlr, 0, IF_VEC)
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 879 tcg_out_insn(s, VRRa, VLR, dst, src, 0);
|