Home
last modified time | relevance | path

Searched refs:InstrType (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/arm64/
Dlithium-codegen-arm64.h155 template<class InstrType>
156 void EmitBranchGeneric(InstrType instr,
159 template<class InstrType>
160 void EmitBranch(InstrType instr, Condition condition);
162 template<class InstrType>
163 void EmitCompareAndBranch(InstrType instr,
168 template<class InstrType>
169 void EmitTestAndBranch(InstrType instr,
174 template<class InstrType>
175 void EmitBranchIfNonZeroNumber(InstrType instr,
[all …]
Dlithium-codegen-arm64.cc1374 template<class InstrType>
1375 void LCodeGen::EmitBranchGeneric(InstrType instr, in EmitBranchGeneric()
1395 template<class InstrType>
1396 void LCodeGen::EmitBranch(InstrType instr, Condition condition) { in EmitBranch()
1403 template<class InstrType>
1404 void LCodeGen::EmitCompareAndBranch(InstrType instr, in EmitCompareAndBranch()
1414 template<class InstrType>
1415 void LCodeGen::EmitTestAndBranch(InstrType instr, in EmitTestAndBranch()
1425 template<class InstrType>
1426 void LCodeGen::EmitBranchIfNonZeroNumber(InstrType instr, in EmitBranchIfNonZeroNumber()
[all …]
/external/llvm/lib/Target/ARM/
DARMFeatures.h21 template<typename InstrType> // could be MachineInstr or MCInst
22 bool IsCPSRDead(InstrType *Instr);
24 template<typename InstrType> // could be MachineInstr or MCInst
25 inline bool isV8EligibleForIT(InstrType *Instr) { in isV8EligibleForIT()
/external/v8/src/mips64/
Dlithium-codegen-mips64.h280 template<class InstrType>
281 void EmitBranch(InstrType instr,
285 template<class InstrType>
286 void EmitBranchF(InstrType instr,
290 template<class InstrType>
291 void EmitFalseBranch(InstrType instr,
295 template<class InstrType>
296 void EmitFalseBranchF(InstrType instr,
Dlithium-codegen-mips64.cc2010 template<class InstrType>
2011 void LCodeGen::EmitBranch(InstrType instr, in EmitBranch()
2033 template<class InstrType>
2034 void LCodeGen::EmitBranchF(InstrType instr, in EmitBranchF()
2058 template<class InstrType>
2059 void LCodeGen::EmitFalseBranch(InstrType instr, in EmitFalseBranch()
2068 template<class InstrType>
2069 void LCodeGen::EmitFalseBranchF(InstrType instr, in EmitFalseBranchF()
/external/v8/src/mips/
Dlithium-codegen-mips.h279 template<class InstrType>
280 void EmitBranch(InstrType instr,
284 template<class InstrType>
285 void EmitBranchF(InstrType instr,
289 template<class InstrType>
290 void EmitFalseBranch(InstrType instr,
294 template<class InstrType>
295 void EmitFalseBranchF(InstrType instr,
Dlithium-codegen-mips.cc2042 template<class InstrType>
2043 void LCodeGen::EmitBranch(InstrType instr, in EmitBranch()
2065 template<class InstrType>
2066 void LCodeGen::EmitBranchF(InstrType instr, in EmitBranchF()
2090 template<class InstrType>
2091 void LCodeGen::EmitFalseBranch(InstrType instr, in EmitFalseBranch()
2100 template<class InstrType>
2101 void LCodeGen::EmitFalseBranchF(InstrType instr, in EmitFalseBranchF()
/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp335 PPCII::PPC970_Unit InstrType = in getHazardType() local
338 if (InstrType == PPCII::PPC970_Pseudo) return NoHazard; in getHazardType()
351 switch (InstrType) { in getHazardType()
393 PPCII::PPC970_Unit InstrType = in EmitInstruction() local
396 if (InstrType == PPCII::PPC970_Pseudo) return; in EmitInstruction()
410 if (InstrType == PPCII::PPC970_BRU || isSingle) in EmitInstruction()
/external/v8/src/x64/
Dlithium-codegen-x64.h261 template<class InstrType>
262 void EmitBranch(InstrType instr, Condition cc);
263 template<class InstrType>
264 void EmitFalseBranch(InstrType instr, Condition cc);
Dlithium-codegen-x64.cc2065 template<class InstrType>
2066 void LCodeGen::EmitBranch(InstrType instr, Condition cc) { in EmitBranch()
2087 template<class InstrType>
2088 void LCodeGen::EmitFalseBranch(InstrType instr, Condition cc) { in EmitFalseBranch()
/external/v8/src/arm/
Dlithium-codegen-arm.h280 template<class InstrType>
281 void EmitBranch(InstrType instr, Condition condition);
282 template<class InstrType>
283 void EmitFalseBranch(InstrType instr, Condition condition);
Dlithium-codegen-arm.cc2183 template<class InstrType>
2184 void LCodeGen::EmitBranch(InstrType instr, Condition condition) { in EmitBranch()
2203 template<class InstrType>
2204 void LCodeGen::EmitFalseBranch(InstrType instr, Condition condition) { in EmitFalseBranch()
/external/v8/src/ia32/
Dlithium-codegen-ia32.h267 template<class InstrType>
268 void EmitBranch(InstrType instr, Condition cc);
269 template<class InstrType>
270 void EmitFalseBranch(InstrType instr, Condition cc);
Dlithium-codegen-ia32.cc2036 template<class InstrType>
2037 void LCodeGen::EmitBranch(InstrType instr, Condition cc) { in EmitBranch()
2056 template<class InstrType>
2057 void LCodeGen::EmitFalseBranch(InstrType instr, Condition cc) { in EmitFalseBranch()
/external/v8/src/x87/
Dlithium-codegen-x87.h294 template<class InstrType>
295 void EmitBranch(InstrType instr, Condition cc);
296 template<class InstrType>
297 void EmitFalseBranch(InstrType instr, Condition cc);
Dlithium-codegen-x87.cc2328 template<class InstrType>
2329 void LCodeGen::EmitBranch(InstrType instr, Condition cc) { in EmitBranch()
2348 template<class InstrType>
2349 void LCodeGen::EmitFalseBranch(InstrType instr, Condition cc) { in EmitFalseBranch()