| /src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MicroMipsInstrFormats.td | 56 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 D | MicroMips32r6InstrFormats.td | 103 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 D | MipsInstrFormats.td | 19 // 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 D | Mips16InstrFormats.td | 14 // 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 D | Mips32r6InstrFormats.td | 230 class COP1_2R_FM<bits<6> funct, FIELD_FMT Format> : MipsR6Inst { 241 let Inst{5-0} = funct; 244 class COP1_3R_FM<bits<6> funct, FIELD_FMT Format> : MipsR6Inst { 256 let Inst{5-0} = funct; 363 class SPECIAL_3R_FM<bits<5> mulop, bits<6> funct> : MipsR6Inst { 375 let Inst{5-0} = funct; 390 class CMP_BRANCH_2R_OFF16_FM<OPGROUP funct> : MipsR6Inst { 397 let Inst{31-26} = funct.Value; 406 class CMP_BRANCH_1R_RT_OFF16_FM<OPGROUP funct> : MipsR6Inst { 412 let Inst{31-26} = funct.Value; [all …]
|
| H A D | MicroMipsDSPInstrFormats.td | 137 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 D | MipsDSPInstrFormats.td | 238 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;
|
| /src/crypto/openssl/crypto/engine/ |
| H A D | eng_table.c | 23 ENGINE *funct; member 116 fnd->funct = NULL; in engine_table_register() 138 if (fnd->funct) in engine_table_register() 139 engine_unlocked_finish(fnd->funct, 0); in engine_table_register() 140 fnd->funct = e; in engine_table_register() 159 if (pile->funct == e) { in int_unregister_cb() 161 pile->funct = NULL; in int_unregister_cb() 182 if (p->funct) in int_cleanup_cb_doall() 183 engine_unlocked_finish(p->funct, 0); in int_cleanup_cb_doall() 233 if (fnd->funct && engine_unlocked_init(fnd->funct)) { in ossl_engine_table_select() [all …]
|
| /src/sys/cddl/dev/kinst/riscv/ |
| H A D | kinst_isa.c | 74 uint8_t funct; in kinst_emulate() local 115 funct = (instr >> 12) & 0x07; in kinst_emulate() 116 switch (funct) { in kinst_emulate() 176 funct = (instr >> 13) & 0x07; in kinst_emulate() 177 switch (funct) { in kinst_emulate() 203 if (funct == 0b110 && rs1 == 0) in kinst_emulate() 205 else if (funct == 0b111 && rs1 != 0) in kinst_emulate() 216 funct = (instr >> 13) & 0x07; in kinst_emulate() 217 if (funct == 0b100 && rs1_index != 0) { in kinst_emulate() 366 uint8_t funct; in kinst_instr_dissect() local [all …]
|
| /src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/providers/ |
| H A D | tst.probefunc.d.out | 1 probe funct =
|
| /src/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormattersHelpers.cpp | 65 CXXFunctionSummaryFormat::Callback funct, const char *description, in AddCXXSummary() argument 68 new CXXFunctionSummaryFormat(flags, funct, description)); in AddCXXSummary()
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/ |
| H A D | zpool_reopen.shlib | 72 typeset funct=$3 76 if ( $funct $pool ); then
|
| /src/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormattersHelpers.h | 41 CXXFunctionSummaryFormat::Callback funct,
|
| /src/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 1030 std::string funct, std::string help, in CommandObjectPythonFunction() argument 1033 : CommandObjectRaw(interpreter, name), m_function_name(funct), in CommandObjectPythonFunction()
|
| /src/share/termcap/ |
| H A D | termcap | 3570 # the 912 has a <funct> key that's like shift: <funct>8 xmits "^A8\r". 3572 # Termcap makes you use the funct key on the 912 but the real keys on the 920.
|