Searched refs:vx (Results 1 – 6 of 6) sorted by relevance
26 int vx; in ieee754sp_cmp() local44 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()
26 s64 vx; in ieee754dp_cmp() local44 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()
17 crc32-vx_s390-y := crc32-vx.o crc32le-vx.o crc32be-vx.o
67 unsigned long vx : 1; /* Vector enablement control */ member
210 cr0.afp = cr0.vx = 1; in s390_validate_registers()
288 TSTMSK __LC_CPU_FLAGS,_CIF_FPU # load guest fp/vx registers ?290 brasl %r14,load_fpu_regs # load guest fp/vx regs303 jo .Lsie_skip # exit if fp/vx regs changed