OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstrType
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp
147
PPCII::PPC970_Unit
InstrType
=
150
if (
InstrType
== PPCII::PPC970_Pseudo) return NoHazard;
163
switch (
InstrType
) {
205
PPCII::PPC970_Unit
InstrType
=
208
if (
InstrType
== PPCII::PPC970_Pseudo) return;
222
if (
InstrType
== PPCII::PPC970_BRU || isSingle)
/external/chromium_org/v8/src/mips/
lithium-codegen-mips.h
308
template<class
InstrType
>
309
void EmitBranch(
InstrType
instr,
313
template<class
InstrType
>
314
void EmitBranchF(
InstrType
instr,
318
template<class
InstrType
>
319
void EmitFalseBranch(
InstrType
instr,
323
template<class
InstrType
>
324
void EmitFalseBranchF(
InstrType
instr,
lithium-codegen-mips.cc
[
all
...]
/external/chromium_org/v8/src/x64/
lithium-codegen-x64.h
278
template<class
InstrType
>
279
void EmitBranch(
InstrType
instr, Condition cc);
280
template<class
InstrType
>
281
void EmitFalseBranch(
InstrType
instr, Condition cc);
lithium-codegen-x64.cc
[
all
...]
/external/chromium_org/v8/src/arm/
lithium-codegen-arm.h
304
template<class
InstrType
>
305
void EmitBranch(
InstrType
instr, Condition condition);
306
template<class
InstrType
>
307
void EmitFalseBranch(
InstrType
instr, Condition condition);
lithium-codegen-arm.cc
[
all
...]
/external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.h
327
template<class
InstrType
>
328
void EmitBranch(
InstrType
instr, Condition cc);
329
template<class
InstrType
>
330
void EmitFalseBranch(
InstrType
instr, Condition cc);
lithium-codegen-ia32.cc
[
all
...]
Completed in 762 milliseconds