Home
last modified time | relevance | path

Searched refs:vx (Results 1 – 6 of 6) sorted by relevance

/arch/mips/math-emu/
Dsp_cmp.c26 int vx; in ieee754sp_cmp() local
44 vx = x.bits; in ieee754sp_cmp()
47 if (vx < 0) in ieee754sp_cmp()
48 vx = -vx ^ SP_SIGN_BIT; in ieee754sp_cmp()
52 if (vx < vy) in ieee754sp_cmp()
54 else if (vx == vy) in ieee754sp_cmp()
Ddp_cmp.c26 s64 vx; in ieee754dp_cmp() local
44 vx = x.bits; in ieee754dp_cmp()
47 if (vx < 0) in ieee754dp_cmp()
48 vx = -vx ^ DP_SIGN_BIT; in ieee754dp_cmp()
52 if (vx < vy) in ieee754dp_cmp()
54 else if (vx == vy) in ieee754dp_cmp()
/arch/s390/crypto/
DMakefile17 crc32-vx_s390-y := crc32-vx.o crc32le-vx.o crc32be-vx.o
/arch/s390/include/asm/
Dctl_reg.h67 unsigned long vx : 1; /* Vector enablement control */ member
/arch/s390/kernel/
Dnmi.c210 cr0.afp = cr0.vx = 1; in s390_validate_registers()
Dentry.S288 TSTMSK __LC_CPU_FLAGS,_CIF_FPU # load guest fp/vx registers ?
290 brasl %r14,load_fpu_regs # load guest fp/vx regs
303 jo .Lsie_skip # exit if fp/vx regs changed