Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMicroMipsInstrFormats.td56 class ARITH_FM_MM16<bit funct> {
67 let Inst{0} = funct;
70 class ANDI_FM_MM16<bits<6> funct> {
77 let Inst{15-10} = funct;
83 class LOGIC_FM_MM16<bits<4> funct> {
90 let Inst{9-6} = funct;
95 class SHIFT_FM_MM16<bits<1> funct> {
106 let Inst{0} = funct;
179 class MOVE_FM_MM16<bits<6> funct> {
185 let Inst{15-10} = funct;
[all …]
H A DMicroMips32r6InstrFormats.td103 class POOL16C_LWM_SWM_FM_MM16R6<bits<4> funct> {
112 let Inst{3-0} = funct;
115 class POOL32A_BITSWAP_FM_MMR6<bits<6> funct> : MipsR6Inst {
125 let Inst{11-6} = funct;
129 class CACHE_PREF_FM_MMR6<bits<6> opgroup, bits<4> funct> : MipsR6Inst {
138 let Inst{15-12} = funct;
142 class ARITH_FM_MMR6<string instr_asm, bits<10> funct> : MMR6Arch<instr_asm> {
154 let Inst{9-0} = funct;
198 class PCREL19_FM_MMR6<bits<2> funct> : MipsR6Inst {
206 let Inst{20-19} = funct;
[all …]
H A DMipsInstrFormats.td19 // funct - combined with opcode field give us an operation code.
148 // Format R instruction class in Mips : <|opcode|rs|rt|rd|shamt|funct|>
159 bits<6> funct;
162 let funct = _funct;
168 let Inst{5-0} = funct;
216 class ADD_FM<bits<6> op, bits<6> funct> : StdArch {
228 let Inst{5-0} = funct;
244 class SRA_FM<bits<6> funct, bit rotate> : StdArch {
257 let Inst{5-0} = funct;
260 class SRLV_FM<bits<6> funct, bit rotate> : StdArch {
[all …]
H A DMips16InstrFormats.td14 // funct or f Function field
131 // Format RR instruction class in Mips : <|opcode|rx|ry|funct|>
140 bits<5> funct;
143 let funct = _funct;
147 let Inst{4-0} = funct;
155 bits<5> funct;
158 let funct = 0b00101;
161 let Inst{4-0} = funct;
173 bits<5> funct;
176 let funct = _funct;
[all …]
H A DMips32r6InstrFormats.td219 class COP1_2R_FM<bits<6> funct, FIELD_FMT Format> : MipsR6Inst {
230 let Inst{5-0} = funct;
233 class COP1_3R_FM<bits<6> funct, FIELD_FMT Format> : MipsR6Inst {
245 let Inst{5-0} = funct;
352 class SPECIAL_3R_FM<bits<5> mulop, bits<6> funct> : MipsR6Inst {
364 let Inst{5-0} = funct;
379 class CMP_BRANCH_2R_OFF16_FM<OPGROUP funct> : MipsR6Inst {
386 let Inst{31-26} = funct.Value;
395 class CMP_BRANCH_1R_RT_OFF16_FM<OPGROUP funct> : MipsR6Inst {
401 let Inst{31-26} = funct.Value;
[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-src/usr.bin/mg/
H A Dhelp.c31 PF funct; in desckey() local
52 if ((funct = doscan(curmap, c, &curmap)) != NULL) in desckey()
57 if (funct != rescan) in desckey()
60 funct = doscan(curmap, in desckey()
62 if (funct == NULL) { in desckey()
67 if (funct != rescan) in desckey()
75 funct = doscan(curmap, key.k_chars[i], &curmap); in desckey()
76 if (funct != NULL) { in desckey()
77 if (i == key.k_count - 1 && funct != rescan) in desckey()
79 funct = rescan; in desckey()
[all …]
H A Dkbd.c150 PF funct; in doin() local
155 while ((funct = doscan(curmap, (key.k_chars[key.k_count++] = in doin()
160 if (!mglog(funct, curmap)) in doin()
165 macro[macrocount++].m_funct = funct; in doin()
167 return (mgwrap(funct, 0, 1)); in doin()
228 PF funct; in universal_argument() local
241 while ((funct = doscan(curmap, c, &curmap)) == NULL) { in universal_argument()
244 if (funct != universal_argument) { in universal_argument()
249 macro[macrocount++].m_funct = funct; in universal_argument()
251 return (mgwrap(funct, FFUNIV, nn)); in universal_argument()
[all …]
H A Dextend.c92 remap(KEYMAP *curmap, int c, PF funct, KEYMAP *pref_map) in remap() argument
100 if (ele > &curmap->map_element[0] && (funct != NULL || in remap()
106 (funct != NULL || ele->k_prefmap == NULL)) in remap()
121 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()
183 if (funct != NULL || ele->k_prefmap == NULL) { in remap()
187 ele->k_funcp[n1] = funct; in remap()
[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-src/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-src/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-src/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-src/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-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h41 CXXFunctionSummaryFormat::Callback funct,
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-1998161 (reattach_breakpoints): New funct definition, used with with
245 (remove_breakpoint): New param in funct prototype.
308 (reattach_breakpoints): New funct prototype declaration.
310 (bpstat_find_step_resume_breakpoint): New funct decl.
312 (breakpoint_re_set_thread): New funct decl.
314 (disable_watchpoints_before_interactive_call_start): New funct decl.
315 (enable_watchpoints_after_interactive_call_stop): 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
[all …]
H A DChangeLog-19924158 (dbx_alloc_type): Make it easier to understand. No funct change.
/openbsd-src/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-src/gnu/usr.bin/perl/pod/
H A Dperlsub.pod1348 funct(); # uninterruptible
/openbsd-src/gnu/lib/libiberty/src/
H A DChangeLog4199 to demangle the funct args, then handle the LUCID_DEMANGLING,