Home
last modified time | relevance | path

Searched refs:funct (Results 1 – 22 of 22) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMicroMipsInstrFormats.td67 let Inst{0} = funct;
77 let Inst{15-10} = funct;
90 let Inst{9-6} = funct;
106 let Inst{0} = funct;
185 let Inst{15-10} = funct;
217 let Inst{9-5} = funct;
308 let Inst{9-0} = funct;
358 let Inst{15-6} = funct;
374 let Inst{9-0} = funct;
418 let Inst{11-9} = funct;
[all …]
H A DMicroMips32r6InstrFormats.td112 let Inst{3-0} = funct;
125 let Inst{11-6} = funct;
138 let Inst{15-12} = funct;
154 let Inst{9-0} = funct;
206 let Inst{20-19} = funct;
218 let Inst{20-16} = funct;
234 let Inst{9-0} = funct;
257 let Inst{15-6} = funct;
310 let Inst{15-6} = funct;
451 let Inst{15-6} = funct;
[all …]
H A DMipsInstrFormats.td159 bits<6> funct;
162 let funct = _funct;
168 let Inst{5-0} = funct;
228 let Inst{5-0} = funct;
257 let Inst{5-0} = funct;
273 let Inst{5-0} = funct;
297 let Inst{20-16} = funct;
336 let Inst{5-0} = funct;
347 let Inst{5-0} = funct;
615 let Inst{5-0} = funct;
[all …]
H A DMips16InstrFormats.td140 bits<5> funct;
143 let funct = _funct;
147 let Inst{4-0} = funct;
155 bits<5> funct;
158 let funct = 0b00101;
173 bits<5> funct;
176 let funct = _funct;
192 bits<5> funct;
195 let funct = _funct;
590 bits<3> funct;
[all …]
H A DMips32r6InstrFormats.td230 let Inst{5-0} = funct;
245 let Inst{5-0} = funct;
364 let Inst{5-0} = funct;
386 let Inst{31-26} = funct.Value;
401 let Inst{31-26} = funct.Value;
416 let Inst{31-26} = funct.Value;
428 let Inst{31-26} = funct;
433 class JMP_IDX_COMPACT_FM<bits<6> funct> : MipsR6Inst {
439 let Inst{31-26} = funct;
445 class BRANCH_OFF26_FM<bits<6> funct> : MipsR6Inst {
[all …]
H A DMicroMipsDSPInstrFormats.td137 class POOL32A_1RIMM5AC_FMT<string opstr, bits<8> funct> : MMDSPInst<opstr> {
146 let Inst{13-6} = funct;
162 class POOL32A_1RMEMB0_FMT<string opstr, bits<10> funct> : MMDSPInst<opstr> {
172 let Inst{9-0} = funct;
175 class POOL32A_1RAC_FMT<string instr_asm, bits<8> funct> : MMDSPInst<instr_asm> {
183 let Inst{13-6} = funct;
H A DMipsDSPInstrFormats.td238 class MULT_FMT<bits<6> opcode, bits<6> funct> : DSPInst {
250 let Inst{5-0} = funct;
254 class MFHI_FMT<bits<6> funct> : DSPInst {
264 let Inst{5-0} = funct;
268 class MTHI_FMT<bits<6> funct> : DSPInst {
277 let Inst{5-0} = funct;
/openbsd/usr.bin/mg/
H A Dhelp.c31 PF funct; in desckey() local
57 if (funct != rescan) in desckey()
60 funct = doscan(curmap, in desckey()
62 if (funct == NULL) { in desckey()
67 if (funct != rescan) in desckey()
76 if (funct != NULL) { in desckey()
79 funct = rescan; in desckey()
87 if (funct == rescan || funct == selfinsert) in desckey()
159 PF funct; in help_help() local
166 } while (funct == NULL || funct == help_help); in help_help()
[all …]
H A Dkbd.c150 PF funct; in doin() local
160 if (!mglog(funct, curmap)) in doin()
167 return (mgwrap(funct, 0, 1)); in doin()
228 PF funct; in universal_argument() local
261 PF funct; in digit_argument() local
293 PF funct; in negative_argument() local
445 mgwrap(PF funct, int f, int n) in mgwrap() argument
449 if (funct != rescan && in mgwrap()
453 if (funct == ofp) in mgwrap()
457 ofp = funct; in mgwrap()
[all …]
H A Dextend.c121 pfp[i] = funct; in remap()
134 pfp[0] = funct; in remap()
146 pfp[0] = funct; in remap()
160 if (funct == NULL) { in remap()
179 if (ele->k_funcp[n1] == funct && (funct != NULL || in remap()
188 if (funct == NULL) { in remap()
324 PF funct; in dobind() local
363 funct = rescan; in dobind()
389 PF funct; in bindkey() local
393 funct = rescan; in bindkey()
[all …]
H A Dmacro.c71 PF funct; in executemacro() local
91 funct = macro[j].m_funct; in executemacro()
92 if (funct == universal_argument) { in executemacro()
97 if ((*funct)(flag, num) != TRUE) { in executemacro()
H A Dlog.c82 mglog(PF funct, void *map) in mglog() argument
84 if(!mglog_lines(funct)) in mglog()
206 mglog_lines(PF funct) in mglog_lines() argument
214 fprintf(fd_lines, "%s\n", function_name(funct)); in mglog_lines()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dinline-5.c5 void funct (const int n) in funct() function
11 funct (1); in main()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Denum4.C17 int funct (Enum) in funct() function
26 int x = funct(e+1);// ERROR - .* in main()
/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp65 CXXFunctionSummaryFormat::Callback funct, const char *description, in AddCXXSummary() argument
68 new CXXFunctionSummaryFormat(flags, funct, description)); in AddCXXSummary()
/openbsd/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1692 llvm::Function *funct = NULL; in createStandardUtilityFunctions() local
1813 funct = createFunction(module, in createStandardUtilityFunctions()
1822 funct->setDoesNotReturn(); in createStandardUtilityFunctions()
1833 funct = createFunction(module, in createStandardUtilityFunctions()
1842 funct->setDoesNotReturn(); in createStandardUtilityFunctions()
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h41 CXXFunctionSummaryFormat::Callback funct,
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-1998312 (breakpoint_re_set_thread): New funct decl.
316 (disable_breakpoints_in_shlibs): New funct decl.
451 (hppa_enable_hw_watchpoints): New funct decl
453 ( hppa_disable_hw_watchpoints): New funct decl
548 New funct decls: Hppa_pid_to_exec_file,
2202 (debug_to_post_wait): New funct
2203 (debug_to_post_startup_inferior): New funct
2207 (debug_to_create_catch_fork_hook): New funct
2209 (debug_to_has_forked): New funct
2210 (debug_to_has_vforked): New funct
[all …]
H A DChangeLog-19924158 (dbx_alloc_type): Make it easier to understand. No funct change.
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp1082 std::string funct, std::string help, in CommandObjectPythonFunction() argument
1084 : CommandObjectRaw(interpreter, name), m_function_name(funct), in CommandObjectPythonFunction()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlsub.pod1348 funct(); # uninterruptible
/openbsd/gnu/lib/libiberty/src/
H A DChangeLog4199 to demangle the funct args, then handle the LUCID_DEMANGLING,