Home
last modified time | relevance | path

Searched refs:nops (Results 1 - 16 of 16) sorted by relevance

/third_party/elfutils/libdwfl/
H A Ddwfl_module_return_value_location.c53 int nops = ebl_return_value_location (mod->ebl, functypedie, locops); in dwfl_module_return_value_location() local
54 if (unlikely (nops < 0)) in dwfl_module_return_value_location()
56 if (nops == -1) in dwfl_module_return_value_location()
58 else if (nops == -2) in dwfl_module_return_value_location()
62 nops = -1; in dwfl_module_return_value_location()
65 return nops; in dwfl_module_return_value_location()
H A Dframe_unwind.c137 size_t nops, Dwarf_Addr *result, Dwarf_Addr bias) in expr_eval()
140 if (nops == 0) in expr_eval()
158 for (const Dwarf_Op *op = ops; op < ops + nops; op++) in expr_eval()
437 const Dwarf_Op *found = bsearch ((void *) (uintptr_t) offset, ops, nops, in expr_eval()
136 expr_eval(Dwfl_Frame *state, Dwarf_Frame *frame, const Dwarf_Op *ops, size_t nops, Dwarf_Addr *result, Dwarf_Addr bias) expr_eval() argument
/third_party/elfutils/libdw/
H A Ddwarf_frame_register.c38 Dwarf_Op **ops, size_t *nops) in dwarf_frame_register()
51 *nops = 0; in dwarf_frame_register()
78 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_call_frame_cfa }; in dwarf_frame_register()
80 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_plus_uconst, in dwarf_frame_register()
84 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_stack_value }; in dwarf_frame_register()
89 ops_mem[(*nops)++] = (Dwarf_Op) { .atom = DW_OP_regx, in dwarf_frame_register()
112 ops, nops, IDX_debug_frame) < 0) in dwarf_frame_register()
37 dwarf_frame_register(Dwarf_Frame *fs, int regno, Dwarf_Op ops_mem[3], Dwarf_Op **ops, size_t *nops) dwarf_frame_register() argument
H A Ddwarf_frame_cfa.c38 dwarf_frame_cfa (Dwarf_Frame *fs, Dwarf_Op **ops, size_t *nops) in dwarf_frame_cfa() argument
49 *nops = 0; in dwarf_frame_cfa()
55 *nops = 1; in dwarf_frame_cfa()
64 ops, nops, IDX_debug_frame); in dwarf_frame_cfa()
H A Dlibdw.h1055 extern int dwarf_frame_cfa (Dwarf_Frame *frame, Dwarf_Op **ops, size_t *nops)
1080 Dwarf_Op **ops, size_t *nops)
/third_party/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] in wrapper_op_complex()
[all...]
H A Dwrappers.h11 int nops; member
/third_party/elfutils/tests/
H A Ddwarfcfi.c52 print_detail (int result, const Dwarf_Op *ops, size_t nops) in print_detail() argument
56 else if (nops == 0) in print_detail()
61 for (size_t i = 0; i < nops; ++i) in print_detail()
106 // (nops == 0 && cfa_ops != NULL => "undefined") in handle_address()
120 size_t nops; in handle_address() local
122 int reg_result = dwarf_frame_register (frame, r, ops_mem, &ops, &nops); in handle_address()
123 print_detail (reg_result, ops, nops); in handle_address()
H A Daddrcfi.c49 print_detail (int result, const Dwarf_Op *ops, size_t nops, Dwarf_Addr bias) in print_detail() argument
53 else if (nops == 0) in print_detail()
58 for (size_t i = 0; i < nops; ++i) in print_detail()
97 size_t nops; in print_register() local
98 int result = dwarf_frame_register (stuff->frame, regno, ops_mem, &ops, &nops); in print_register()
99 print_detail (result, ops, nops, stuff->bias); in print_register()
142 // (nops == 0 && cfa_ops != NULL => "undefined") in handle_cfi()
/third_party/mesa3d/src/freedreno/common/
H A Ddisasm.h44 int nops; member
/third_party/ffmpeg/tests/checkasm/
H A Dcheckasm.c485 uint16_t nops[10000]; in measure_nop_time() local
493 nops[i] = t; in measure_nop_time()
496 qsort(nops, 10000, sizeof(uint16_t), cmp_nop); in measure_nop_time()
498 nop_sum += nops[i]; in measure_nop_time()
/third_party/mesa3d/src/freedreno/ir3/
H A Ddisasm-a3xx.c123 "%s- shaderdb: %u instr, %u nops, %u non-nops, %u mov, %u cov\n", in print_stats()
124 levels[ctx->level], instructions, ctx->stats->nops, in print_stats()
125 instructions - ctx->stats->nops, ctx->stats->mov_count, in print_stats()
433 ctx->stats->nops += 1 + ctx->last.repeat; in disasm_field_cb()
453 ctx->stats->nops += val->num; in disasm_field_cb()
/third_party/mesa3d/src/freedreno/decode/
H A Dpgmdump2.c389 "%s shader: %u inst, %u nops, %u non-nops, %u dwords, " in decode_shader_descriptor_block()
392 state->shader_type, stats.instructions, stats.nops, in decode_shader_descriptor_block()
393 stats.instructions - stats.nops, dwords, half_regs, in decode_shader_descriptor_block()
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c224 int nops; variable
317 nops = ARRAY_SIZE(ops); in main()
318 ops_end = &ops[nops]; in main()
1367 (" %s [-c][-d dir][-e errtg][-f op_name=freq][-l loops][-n nops]\n", in usage()
1384 (" -n nops specifies the no. of operations per process (default 1)\n"); in usage()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc1262 const int nops = (ldr_range - ldrd_range) / nop_size; in EmitReusedLoadLiteralStressTest() local
1264 for (int n = nops - 10; n < nops + 10; ++n) { in EmitReusedLoadLiteralStressTest()
1288 // Generate nops, in order to bring the checkpoints of the Ldr and Ldrd in EmitReusedLoadLiteralStressTest()
1308 // be emitted after the ldrd when the number of nops is small enough. in EmitReusedLoadLiteralStressTest()
1949 // Generate nops precisely to fill the buffer. in GenerateLdrLiteralTriggerPoolEmission()
3552 // probability of nops being emitted in the sequence. The branch-to-bind in TEST_T32()
3655 // - 0..3: Generate various amount of nops. in NearBranchAndLiteralFuzzHelper()
3658 // - 15..19: Generate various amount of nops. in NearBranchAndLiteralFuzzHelper()
3663 // - "nops v in NearBranchAndLiteralFuzzHelper()
[all...]
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h110 int nops = 0; variable
114 nops = n / nop_size;
118 for (int i = 0; i < nops; ++i) {

Completed in 36 milliseconds