Home
last modified time | relevance | path

Searched refs:nops (Results 1 – 18 of 18) sorted by relevance

/freebsd/lib/libsys/
H A Dgetpagesizes.c51 static int nops; in getpagesizes() local
59 if (nops == 0) { in getpagesizes()
63 nops = nitems(ps); in getpagesizes()
64 while (nops > 0 && ps[nops - 1] == 0) in getpagesizes()
65 nops--; in getpagesizes()
68 return (nops); in getpagesizes()
70 if (nelem > nops) in getpagesizes()
71 nelem = nops; in getpagesizes()
/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dwrappers.c17 ctx->nops = ctx->nresults = 0; in wrapper_init()
32 assert(ctx->nops < 2); in wrapper_op_real()
33 ctx->mpfr_ops[ctx->nops] = r; in wrapper_op_real()
34 ctx->ieee_ops[ctx->nops] = ieee; in wrapper_op_real()
35 ctx->size_ops[ctx->nops] = size; in wrapper_op_real()
36 ctx->nops++; in wrapper_op_real()
42 assert(ctx->nops < 2); in wrapper_op_complex()
43 ctx->mpc_ops[ctx->nops] = c; in wrapper_op_complex()
44 ctx->ieee_ops[ctx->nops] = ieee; in wrapper_op_complex()
45 ctx->size_ops[ctx->nops] = size; in wrapper_op_complex()
[all …]
H A Dwrappers.h11 int nops; member
/freebsd/contrib/sendmail/editmap/
H A Deditmap.c85 unsigned int nops = 0; local
149 nops++;
154 nops++;
159 nops++;
181 if ((nops != 1) ||
/freebsd/sbin/nvmecontrol/
H A Dpower.c65 uint8_t mps, nops, aps, apw; in power_list_one() local
68 nops = NVMEV(NVME_PWR_ST_NOPS, nps->mps_nops); in power_list_one()
83 nops ? '*' : ' ', nps->enlat / 1000, nps->enlat % 1000, in power_list_one()
/freebsd/contrib/bc/include/
H A Dprogram.h215 #define bc_program_retire(p, nops) \ argument
218 bc_vec_npopAt(&(p)->results, (nops), \
219 (p)->results.len - ((p)->nresults + nops)); \
/freebsd/sbin/ipfw/
H A Dipfw2.c2351 match_opcode(int opcode, const int opcodes[], size_t nops) in match_opcode() argument
2355 for (i = 0; i < nops; i++) in match_opcode()
2363 struct show_state *state, const int opcodes[], size_t nops, int portop, in print_address() argument
2372 if (match_opcode(cmd->opcode, opcodes, nops)) { in print_address()
2388 if (!match_opcode(cmd->opcode, opcodes, nops)) in print_address()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Schedule.td510 // Nop, not very useful expect it provides a model for nops!
H A DX86SchedSkylakeClient.td617 // Nop, not very useful expect it provides a model for nops!
H A DX86SchedBroadwell.td620 // Nop, not very useful expect it provides a model for nops!
H A DX86SchedHaswell.td632 // Nop, not very useful expect it provides a model for nops!
H A DX86ScheduleZnver3.td1401 // Nop, not very useful expect it provides a model for nops!
H A DX86ScheduleZnver4.td1456 // Nop, not very useful expect it provides a model for nops!
H A DX86SchedSkylakeServer.td611 // Nop, not very useful expect it provides a model for nops!
H A DX86SchedIceLake.td614 // Nop, not very useful expect it provides a model for nops!
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td1445 // Bitcasts are nops
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td2381 // The POWER6 and POWER7 have special group-terminating nops.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5651 def mnop_mcount : Flag<["-"], "mnop-mcount">, HelpText<"Generate mcount/__fentry__ calls as nops. T…