Searched refs:funct (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MicroMipsInstrFormats.td | 44 class ARITH_FM_MM16<bit funct> { 55 let Inst{0} = funct; 58 class ANDI_FM_MM16<bits<6> funct> { 65 let Inst{15-10} = funct; 71 class LOGIC_FM_MM16<bits<4> funct> { 78 let Inst{9-6} = funct; 83 class SHIFT_FM_MM16<bits<1> funct> { 94 let Inst{0} = funct; 167 class MOVE_FM_MM16<bits<6> funct> { 173 let Inst{15-10} = funct; [all …]
|
D | MipsInstrFormats.td | 20 // funct - combined with opcode field give us an operation code. 126 // Format R instruction class in Mips : <|opcode|rs|rt|rd|shamt|funct|> 137 bits<6> funct; 140 let funct = _funct; 146 let Inst{5-0} = funct; 215 class ADD_FM<bits<6> op, bits<6> funct> : StdArch { 227 let Inst{5-0} = funct; 243 class SRA_FM<bits<6> funct, bit rotate> : StdArch { 256 let Inst{5-0} = funct; 259 class SRLV_FM<bits<6> funct, bit rotate> : StdArch { [all …]
|
D | Mips32r6InstrFormats.td | 185 class COP1_2R_FM<bits<6> funct, FIELD_FMT Format> : MipsR6Inst { 196 let Inst{5-0} = funct; 199 class COP1_3R_FM<bits<6> funct, FIELD_FMT Format> : MipsR6Inst { 211 let Inst{5-0} = funct; 318 class SPECIAL_3R_FM<bits<5> mulop, bits<6> funct> : MipsR6Inst { 330 let Inst{5-0} = funct; 345 class CMP_BRANCH_2R_OFF16_FM<OPGROUP funct> : MipsR6Inst { 352 let Inst{31-26} = funct.Value; 361 class CMP_BRANCH_1R_RT_OFF16_FM<OPGROUP funct> : MipsR6Inst { 367 let Inst{31-26} = funct.Value; [all …]
|
D | Mips16InstrFormats.td | 15 // funct or f Function field 132 // Format RR instruction class in Mips : <|opcode|rx|ry|funct|> 141 bits<5> funct; 144 let funct = _funct; 148 let Inst{4-0} = funct; 156 bits<5> funct; 159 let funct = 0b00101; 162 let Inst{4-0} = funct; 174 bits<5> funct; 177 let funct = _funct; [all …]
|
D | MipsDSPInstrFormats.td | 207 class MULT_FMT<bits<6> opcode, bits<6> funct> : DSPInst { 219 let Inst{5-0} = funct; 223 class MFHI_FMT<bits<6> funct> : DSPInst { 233 let Inst{5-0} = funct; 237 class MTHI_FMT<bits<6> funct> : DSPInst { 246 let Inst{5-0} = funct;
|
/external/clang/test/SemaCXX/ |
D | access.cpp | 82 template<typename T> friend void funct(T); 98 void funct(T) in funct() function 103 template void funct<int>(int);
|
/external/llvm/test/CodeGen/MSP430/ |
D | 2009-05-19-DoubleSplit.ll | 6 %call = tail call i16 @funct(double %add) nounwind 10 declare i16 @funct(double)
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 1742 llvm::Function *funct = NULL; in createStandardUtilityFunctions() local 1863 funct = createFunction(module, in createStandardUtilityFunctions() 1872 funct->setDoesNotReturn(); in createStandardUtilityFunctions() 1883 funct = createFunction(module, in createStandardUtilityFunctions() 1892 funct->setDoesNotReturn(); in createStandardUtilityFunctions()
|
/external/lldb/source/Commands/ |
D | CommandObjectCommands.cpp | 1263 std::string funct, in CommandObjectPythonFunction() argument 1267 (std::string("Run Python function ") + funct).c_str(), in CommandObjectPythonFunction() 1269 m_function_name(funct), in CommandObjectPythonFunction()
|
/external/lldb/source/DataFormatters/ |
D | FormatManager.cpp | 485 CXXFunctionSummaryFormat::Callback funct, in AddCXXSummary() argument 491 lldb::TypeSummaryImplSP summary_sp(new CXXFunctionSummaryFormat(flags,funct,description)); in AddCXXSummary()
|