Searched refs:args (Results 51 - 75 of 4644) sorted by last modified time

1234567891011>>

/external/valgrind/main/none/tests/ppc64/
H A Djm-insns.c61 * - maybe modifies the asm instn to test different imm args
389 #define AB_DPRINTF(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0)
391 #define AB_DPRINTF(fmt, args...) do { } while (0)
395 #define FDPRINTF(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0)
397 #define FDPRINTF(fmt, args...) do { } while (0)
3916 "PPC integer arith insns with two args",
3921 "PPC integer arith insns with two args with flags update",
3926 "PPC integer arith insns with two args an
[all...]
H A Djm-int.stdout.exp1 PPC integer arith insns with two args:
230 PPC integer arith insns with two args with flags update:
459 PPC integer arith insns with two args and carry:
536 PPC integer arith insns with two args and carry with flags update:
613 PPC integer logical insns with two args:
754 PPC integer logical insns with two args with flags update:
895 PPC integer compare insns (two args):
936 PPC integer compare with immediate insns (two args):
978 with one register + one 16 bits immediate args:
1030 with one register + one 16 bits immediate args wit
[all...]
H A Dtest_isa_2_06_part1.c100 #define AB_DPRINTF(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0)
102 #define AB_DPRINTF(fmt, args...) do { } while (0)
1679 * data (input args, result) contain only two inputs, so I arbitrarily
H A Dtest_isa_2_06_part2.c94 #define AB_DPRINTF(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0)
96 #define AB_DPRINTF(fmt, args...) do { } while (0)
1279 * data (input args, result) contain only two inputs, so I arbitrarily
1495 /* This function assumes the instruction being tested requires two args. */
H A Dtest_isa_2_06_part3.c94 #define AB_DPRINTF(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0)
96 #define AB_DPRINTF(fmt, args...) do { } while (0)
H A Dtest_isa_2_07_part1.c44 * - maybe modifies the asm instn to test different imm args
221 PPC_STQ_ARGS = 0x0000000C, // family: ldst, two args, imm
222 PPC_LDQ_ARGS = 0x0000000D, // family: ldst, two args, imm
223 PPC_STQX_ARGS = 0x0000000E, // family: ldst, three args
258 #define AB_DPRINTF(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0)
260 #define AB_DPRINTF(fmt, args...) do { } while (0)
265 #define FDPRINTF(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0)
267 #define FDPRINTF(fmt, args
[all...]
H A Dtest_isa_2_07_part2.c96 #define AB_DPRINTF(fmt, args...) do { fprintf(stderr, fmt , ##args); } while (0)
98 #define AB_DPRINTF(fmt, args...) do { } while (0)
947 * data (input args, result) contain only two inputs, so I arbitrarily
/external/valgrind/main/none/tests/x86/
H A Dgen_insn_test.pl166 my $args;
173 $args = $3 || "";
178 # print STDERR "args: $args\n";
324 my @args;
327 foreach my $arg (split(/\s+/, $args))
353 push @args, $arg;
390 push @args, $arg;
415 push @args, $arg;
425 foreach my $arg (@presets, @args)
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c6505 /* prepare fast i386 function call (args in eax and edx) */
8191 /* do not free args or predefined defines */
9593 /* substitute args in macro_str and return allocated string */
9594 static int *macro_arg_subst(Sym **nested_list, int *macro_str, Sym *args)
9613 s = sym_find2(args, t);
9637 s = sym_find2(args, t);
9698 Sym *args, *sa, *sa1;
9774 args = NULL;
9776 /* NOTE: empty args are allowed, except if no args */
9592 macro_arg_subst(Sym **nested_list, int *macro_str, Sym *args) argument
9696 Sym *args, *sa, *sa1; local
[all...]
H A Dvg_perf39 # - args: <args for prog> (default: none)
74 --outer-args: use this as outer tool args.
78 Use EXTRA_REGTEST_OPTS to supply extra args for all tests
85 my $args; # test prog args
94 # Outer valgrind to use, and args to use for it.
163 } elsif ($arg =~ /^--outer-args=(.*)$/) {
191 ($vgopts, $prog, $args,
[all...]
H A Dvg_perf.in39 # - args: <args for prog> (default: none)
74 --outer-args: use this as outer tool args.
78 Use EXTRA_REGTEST_OPTS to supply extra args for all tests
85 my $args; # test prog args
94 # Outer valgrind to use, and args to use for it.
163 } elsif ($arg =~ /^--outer-args=(.*)$/) {
191 ($vgopts, $prog, $args,
[all...]
/external/valgrind/main/tests/
H A Dvg_regtest46 # --outer-args: use this as outer tool args.
60 # - args: <args for prog> (default: none)
65 # - stdout_filter_args: <args for stdout_filter> (default: basename of .vgtest file)
66 # - stderr_filter_args: <args for stderr_filter> (default: basename of .vgtest file)
69 # - argsB: <args for progB> (default: none)
73 # - stdoutB_filter_args: <args for stdout_filterB> (default: basename of .vgtest file)
74 # - stderrB_filter_args: <args for stderr_filterB> (default: basename of .vgtest file)
129 . " --outer-valgrind, --outer-tool, --outer-args]\
[all...]
H A Dvg_regtest.in46 # --outer-args: use this as outer tool args.
60 # - args: <args for prog> (default: none)
65 # - stdout_filter_args: <args for stdout_filter> (default: basename of .vgtest file)
66 # - stderr_filter_args: <args for stderr_filter> (default: basename of .vgtest file)
69 # - argsB: <args for progB> (default: none)
73 # - stdoutB_filter_args: <args for stdout_filterB> (default: basename of .vgtest file)
74 # - stderrB_filter_args: <args for stderr_filterB> (default: basename of .vgtest file)
129 . " --outer-valgrind, --outer-tool, --outer-args]\
[all...]
/external/vixl/src/a64/
H A Ddebugger-a64.cc258 const char* args,
273 static DebugCommand* Build(std::vector<Token*> args);
287 static DebugCommand* Build(std::vector<Token*> args);
305 static DebugCommand* Build(std::vector<Token*> args);
317 static DebugCommand* Build(std::vector<Token*> args);
339 static DebugCommand* Build(std::vector<Token*> args);
369 static DebugCommand* Build(std::vector<Token*> args);
384 explicit UnknownCommand(std::vector<Token*> args) : args_(args) {} argument
396 InvalidCommand(std::vector<Token*> args, in argument
1182 std::vector<Token*> args; local
1225 PrintHelp(const char** aliases, const char* args, const char* help) argument
1259 Build(std::vector<Token*> args) argument
1276 Build(std::vector<Token*> args) argument
1304 Build(std::vector<Token*> args) argument
1327 Build(std::vector<Token*> args) argument
1407 Build(std::vector<Token*> args) argument
1496 Build(std::vector<Token*> args) argument
[all...]
H A Dmacro-assembler-a64.cc1084 CPURegister args[kPrintfMaxArgCount] = {arg0, arg1, arg2, arg3}; local
1115 if (args[i].IsRegister()) {
1119 if (args[i].Is32Bits()) pcs[i] = pcs[i].W();
1120 } else if (args[i].IsFPRegister()) {
1124 VIXL_ASSERT(args[i].IsNone());
1130 if (args[i].Aliases(pcs[i])) continue;
1134 if (kPCSVarargs.IncludesAliasOf(args[i]) ||
1135 kPCSVarargsFP.IncludesAliasOf(args[i])) {
1136 if (args[i].IsRegister()) {
1137 Register old_arg = Register(args[
[all...]
/external/vixl/tools/
H A Dgenerate_simulator_traces.py49 args = BuildOptions(root_dir) variable
67 f = open(args.out, 'r+')
81 util.abort('Failed to find output section in ' + args.out + '.')
84 status, output = util.getstatusoutput(args.cctest + ' --list')
91 cmd = ' '.join([args.cctest, '--sim_test_trace', test])
H A Dpresubmit.py113 if args.verbose: print('Cleaning ' + mode + ' mode cctest...')
115 (mode, args.simulator)
126 if args.verbose: print('Building ' + mode + ' mode cctest...')
128 (mode, args.simulator, args.jobs)
152 if args.verbose: print('Running ' + self.name + '...')
191 args = BuildOptions() variable
193 if not args.nolint and not git.is_git_repository_root():
195 args.nolint = True
198 if not args
[all...]
H A Dtest.py66 if args.verbose:
74 self.logpath = os.path.join('log', os.path.basename(args.cctest))
75 if args.debugger:
85 command = [args.cctest, '--trace_sim', '--trace_reg', self.name]
86 if args.coloured_trace:
123 status, output = util.getstatusoutput(args.cctest + ' --list')
148 UpdateProgress(start_time, passed, failed, count, args.verbose, test.name)
155 UpdateProgress(start_time, passed, failed, count, args.verbose, '== Done ==')
165 args = BuildOptions() variable
167 # Find a valid path to args
[all...]
H A Dutil.py41 args = shlex.split(command)
42 output = subprocess.check_output(args, stderr=subprocess.STDOUT)
/external/webp/src/dsp/
H A Denc_mips32.c82 "lw %[temp20], 0(%[args]) \n\t" \
110 "lw %[temp16], 8(%[args]) \n\t" \
124 const int* args[3] = {(const int*)ref, (const int*)in, (const int*)dst}; local
127 "lw %[temp20], 4(%[args]) \n\t"
145 : [args]"r"(args), [kC1]"r"(kC1), [kC2]"r"(kC2)
411 "lw %["#TEMP1"], 0(%[args]) \n\t" \
412 "lw %["#TEMP2"], 4(%[args]) \n\t" \
482 const int* const args[3] = local
490 "lw %[temp20], 8(%[args]) \
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_defs.h69 IRExpr** args,
359 consideration all passed args except CC_DEP1 and CC_DEP2.
367 CC_DEP1 and CC_DEP2, even if those args are not used given the
405 of both args.
408 both args and definedness of the old C flag. Because only two
442 will lazily propagate undefinedness from any of the 3 args into
H A Dguest_amd64_helpers.c952 IRExpr** args,
963 for (i = 0; args[i]; i++)
970 ppIRExpr(args[i]);
981 cond = args[0];
982 cc_op = args[1];
983 cc_dep1 = args[2];
984 cc_dep2 = args[3];
1025 /* Note, args are opposite way round from the usual */
1113 /* Note, args are opposite way round from the usual */
1200 for an 8-bit comparison, since the args t
951 guest_amd64_spechelper( const HChar* function_name, IRExpr** args, IRStmt** precedingStmts, Int n_precedingStmts ) argument
[all...]
H A Dguest_amd64_toIR.c55 that the args are the right way round.
366 #define DIP(format, args...) \
368 vex_printf(format, ## args)
370 #define DIS(buf, format, args...) \
372 vex_sprintf(buf, format, ## args)
1639 IRExpr** args local
1649 args
1662 IRExpr** args local
1673 args
1685 IRExpr** args local
5727 IRExpr** args local
6194 IRExpr** args = mkIRExprVec_1 ( mkexpr(addr) ); local
6221 IRExpr** args local
17211 IRExpr** args local
17301 IRExpr** args local
18232 IRExpr** args local
18625 IRExpr** args; local
21208 IRExpr** args = mkIRExprVec_0(); local
29289 IRExpr** args = mkIRExprVec_2( widenUto64(mkexpr(src)), local
29326 IRExpr** args = mkIRExprVec_2( widenUto64(masked), local
[all...]
H A Dguest_arm64_defs.h59 IRExpr** args,
146 CC_DEP1/2 and NDEP, even if those args are not used given the CC_OP
H A Dguest_arm64_helpers.c698 IRExpr** args,
708 for (i = 0; args[i]; i++)
715 //ZZ ppIRExpr(args[i]);
730 cond_n_op = args[0]; /* (ARM64Condcode << 4) | ARM64G_CC_OP_* */
731 cc_dep1 = args[1];
732 cc_dep2 = args[2];
733 cc_ndep = args[3];
1024 //ZZ cc_op = args[0]; /* ARMG_CC_OP_* */
1025 //ZZ cc_dep1 = args[1];
1026 //ZZ cc_dep2 = args[
697 guest_arm64_spechelper( const HChar* function_name, IRExpr** args, IRStmt** precedingStmts, Int n_precedingStmts ) argument
[all...]

Completed in 1966 milliseconds

1234567891011>>