Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_table.c22 ENGINE *funct; member
110 fnd->funct = NULL; in engine_table_register()
133 if (fnd->funct) in engine_table_register()
134 engine_unlocked_finish(fnd->funct, 0); in engine_table_register()
135 fnd->funct = e; in engine_table_register()
154 if (pile->funct == e) { in int_unregister_cb()
156 pile->funct = NULL; in int_unregister_cb()
175 if (p->funct) in int_cleanup_cb_doall()
176 engine_unlocked_finish(p->funct, 0); in int_cleanup_cb_doall()
222 if (fnd->funct && engine_unlocked_init(fnd->funct)) { in engine_table_select()
[all …]
/netbsd-src/sys/ddb/
H A Ddb_command.h85 #define DDB_ADD_CMD(name,funct,type,cmd_descr,cmd_arg,arg_desc)\ argument
86 name,funct,type,cmd_descr,cmd_arg,arg_desc
88 #define DDB_ADD_CMD(name,funct,type,cmd_descr,cmd_arg,arg_desc)\ argument
89 name,funct,type
/netbsd-src/tests/bin/sh/
H A Dt_option.sh682 grep >/dev/null 2>&1 funct X-trace ||
718 grep >/dev/null 2>&1 funct X-trace ||
756 grep >/dev/null 2>&1 funct X-trace ||
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/gpl3/gdb.old/dist/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-19924115 (dbx_alloc_type): Make it easier to understand. No funct change.
/netbsd-src/external/gpl3/gdb/dist/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-19924115 (dbx_alloc_type): Make it easier to understand. No funct change.
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dputscj.c1032 int type, type2, funct; in putaddr() local
1041 funct = (q->vclass==CLPROC ? FTN<<TSHIFT : 0); in putaddr()
1077 ARGREG, INCREF(type2)|funct); in putaddr()
1096 ARGREG, INCREF(type2)|funct); in putaddr()
/netbsd-src/external/gpl3/binutils.old/dist/gas/po/
H A Dru.po22901 #~ msgid "internal: unknown compressed funct field specifier `CF%c'"
22902 #~ msgstr "внутрянка: неизвестный сжатый описатель поля funct «CF%c»"
22910 #~ msgid "internal: unknown funct field specifier `F%c'\n"
22911 #~ msgstr "внутрянка: неизвестный определитель поля funct «F%c»\n"
H A Dfr.po22781 #~ msgid "internal: unknown compressed funct field specifier `CF%c'"
22790 #~ msgid "internal: unknown funct field specifier `F%c'\n"
22791 #~ msgstr "interne: spécificateur de champ funct « F%c » inconnu\n"
H A Duk.po22788 #~ msgid "internal: unknown compressed funct field specifier `CF%c'"
22797 #~ msgid "internal: unknown funct field specifier `F%c'\n"
/netbsd-src/external/gpl3/binutils/dist/gas/po/
H A Dru.po23099 #~ msgid "internal: unknown compressed funct field specifier `CF%c'"
23100 #~ msgstr "внутрянка: неизвестный сжатый описатель поля funct «CF%c»"
23108 #~ msgid "internal: unknown funct field specifier `F%c'\n"
23109 #~ msgstr "внутрянка: неизвестный определитель поля funct «F%c»\n"
H A Dfr.po23629 #~ msgid "internal: unknown compressed funct field specifier `CF%c'"
23638 #~ msgid "internal: unknown funct field specifier `F%c'\n"
23639 #~ msgstr "interne: spécificateur de champ funct « F%c » inconnu\n"
H A Duk.po23635 #~ msgid "internal: unknown compressed funct field specifier `CF%c'"
23644 #~ msgid "internal: unknown funct field specifier `F%c'\n"
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A DChangeLog8435 to demangle the funct args, then handle the LUCID_DEMANGLING,
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A DChangeLog7944 to demangle the funct args, then handle the LUCID_DEMANGLING,
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A DChangeLog8025 to demangle the funct args, then handle the LUCID_DEMANGLING,

12