Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMicroMipsInstrFormats.td44 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 …]
DMicroMips32r6InstrFormats.td65 class POOL16C_LWM_SWM_FM_MM16R6<bits<4> funct> {
74 let Inst{3-0} = funct;
77 class POOL32A_BITSWAP_FM_MMR6<bits<6> funct> : MipsR6Inst {
87 let Inst{11-6} = funct;
91 class CACHE_PREF_FM_MMR6<bits<6> opgroup, bits<4> funct> : MipsR6Inst {
100 let Inst{15-12} = funct;
104 class ARITH_FM_MMR6<string instr_asm, bits<10> funct> : MMR6Arch<instr_asm> {
116 let Inst{9-0} = funct;
132 class POOL32C_ST_EVA_FM_MMR6<bits<6> op, bits<3> funct> : MipsR6Inst {
144 let Inst{11-9} = funct;
[all …]
DMipsInstrFormats.td20 // funct - combined with opcode field give us an operation code.
140 // Format R instruction class in Mips : <|opcode|rs|rt|rd|shamt|funct|>
151 bits<6> funct;
154 let funct = _funct;
160 let Inst{5-0} = funct;
241 class ADD_FM<bits<6> op, bits<6> funct> : StdArch {
253 let Inst{5-0} = funct;
269 class SRA_FM<bits<6> funct, bit rotate> : StdArch {
282 let Inst{5-0} = funct;
285 class SRLV_FM<bits<6> funct, bit rotate> : StdArch {
[all …]
DMicroMips64r6InstrFormats.td27 class POOL32I_ADD_IMM_FM_MMR6<bits<5> funct> {
34 let Inst{25-21} = funct;
39 class POOL32S_EXTBITS_FM_MMR6<bits<6> funct> {
52 let Inst{5-0} = funct;
72 class POOL32A_DIVMOD_FM_MMR6<string instr_asm, bits<9> funct>
85 let Inst{8-0} = funct;
DMips32r6InstrFormats.td204 class COP1_2R_FM<bits<6> funct, FIELD_FMT Format> : MipsR6Inst {
215 let Inst{5-0} = funct;
218 class COP1_3R_FM<bits<6> funct, FIELD_FMT Format> : MipsR6Inst {
230 let Inst{5-0} = funct;
337 class SPECIAL_3R_FM<bits<5> mulop, bits<6> funct> : MipsR6Inst {
349 let Inst{5-0} = funct;
364 class CMP_BRANCH_2R_OFF16_FM<OPGROUP funct> : MipsR6Inst {
371 let Inst{31-26} = funct.Value;
380 class CMP_BRANCH_1R_RT_OFF16_FM<OPGROUP funct> : MipsR6Inst {
386 let Inst{31-26} = funct.Value;
[all …]
DMips16InstrFormats.td15 // 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 …]
DMicroMipsDSPInstrFormats.td138 class POOL32A_1RIMM5AC_FMT<string opstr, bits<8> funct> : MMDSPInst<opstr> {
147 let Inst{13-6} = funct;
163 class POOL32A_1RMEMB0_FMT<string opstr, bits<10> funct> : MMDSPInst<opstr> {
173 let Inst{9-0} = funct;
176 class POOL32A_1RAC_FMT<string instr_asm, bits<8> funct> : MMDSPInst<instr_asm> {
184 let Inst{13-6} = funct;
DMipsDSPInstrFormats.td235 class MULT_FMT<bits<6> opcode, bits<6> funct> : DSPInst {
247 let Inst{5-0} = funct;
251 class MFHI_FMT<bits<6> funct> : DSPInst {
261 let Inst{5-0} = funct;
265 class MTHI_FMT<bits<6> funct> : DSPInst {
274 let Inst{5-0} = funct;
/external/clang/test/SemaCXX/
Daccess.cpp82 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/
D2009-05-19-DoubleSplit.ll6 %call = tail call i16 @funct(double %add) nounwind
10 declare i16 @funct(double)
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1744 llvm::Function *funct = NULL; in createStandardUtilityFunctions() local
1865 funct = createFunction(module, in createStandardUtilityFunctions()
1874 funct->setDoesNotReturn(); in createStandardUtilityFunctions()
1885 funct = createFunction(module, in createStandardUtilityFunctions()
1894 funct->setDoesNotReturn(); in createStandardUtilityFunctions()