Searched refs:opnd (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/uapi/linux/tc_ematch/
H A Dtc_em_cmp.h14 __u8 opnd:4; member in struct:tcf_em_cmp
/linux-4.1.27/arch/parisc/math-emu/
H A Ddenormal.c59 unsigned int opnd; sgl_denormalize() local
63 opnd = *sgl_opnd; sgl_denormalize()
65 exponent = Sgl_exponent(opnd) - SGL_WRAP; sgl_denormalize()
66 sign = Sgl_sign(opnd); sgl_denormalize()
67 Sgl_denormalize(opnd,exponent,guardbit,stickybit,inexact); sgl_denormalize()
72 Sgl_increment(opnd); sgl_denormalize()
77 Sgl_increment(opnd); sgl_denormalize()
82 Sgl_isone_lowmantissa(opnd))) { sgl_denormalize()
83 Sgl_increment(opnd); sgl_denormalize()
88 Sgl_set_sign(opnd,sign); sgl_denormalize()
89 *sgl_opnd = opnd; sgl_denormalize()
H A Dsgl_float.h302 #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \
303 Sgl_clear_signexponent_set_hidden(opnd); \
305 guard = (Sall(opnd) >> -exponent) & 1; \
306 if (exponent < 0) sticky |= Sall(opnd) << (32+exponent); \
308 Sall(opnd) >>= (1-exponent); \
312 sticky |= Sall(opnd); \
314 Sgl_setzero(opnd); \
/linux-4.1.27/arch/x86/tools/
H A Dgen-insn-attr-x86.awk235 function convert_operands(count,opnd, i,j,imm,mod)
240 i = opnd[j]
243 semantic_error("Unknown imm opnd: " i)
287 opnd = null
290 opnd = $i
/linux-4.1.27/net/sched/
H A Dem_cmp.c64 switch (cmp->opnd) { em_cmp_match()

Completed in 125 milliseconds