Searched refs:opnd (Results 1 - 6 of 6) sorted by last modified time

/linux-master/net/sched/
H A Dem_cmp.c60 switch (cmp->opnd) {
/linux-master/tools/arch/x86/tools/
H A Dgen-insn-attr-x86.awk239 function convert_operands(count,opnd, i,j,imm,mod)
244 i = opnd[j]
247 semantic_error("Unknown imm opnd: " i)
291 opnd = null
294 opnd = $i
/linux-master/arch/x86/tools/
H A Dgen-insn-attr-x86.awk239 function convert_operands(count,opnd, i,j,imm,mod)
244 i = opnd[j]
247 semantic_error("Unknown imm opnd: " i)
291 opnd = null
294 opnd = $i
/linux-master/arch/parisc/math-emu/
H A Dsgl_float.h289 #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \
290 Sgl_clear_signexponent_set_hidden(opnd); \
292 guard = (Sall(opnd) >> -exponent) & 1; \
293 if (exponent < 0) sticky |= Sall(opnd) << (32+exponent); \
295 Sall(opnd) >>= (1-exponent); \
299 sticky |= Sall(opnd); \
301 Sgl_setzero(opnd); \
H A Ddenormal.c46 unsigned int opnd; local
50 opnd = *sgl_opnd;
52 exponent = Sgl_exponent(opnd) - SGL_WRAP;
53 sign = Sgl_sign(opnd);
54 Sgl_denormalize(opnd,exponent,guardbit,stickybit,inexact);
59 Sgl_increment(opnd);
64 Sgl_increment(opnd);
69 Sgl_isone_lowmantissa(opnd))) {
70 Sgl_increment(opnd);
75 Sgl_set_sign(opnd,sig
[all...]
/linux-master/include/uapi/linux/tc_ematch/
H A Dtc_em_cmp.h15 __u8 opnd:4; member in struct:tcf_em_cmp

Completed in 205 milliseconds