/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/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/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/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/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...] |
/external/kernel-headers/original/asm-x86/ |
paravirt.h | 1009 u8 instrtype; /* type of this instruction */ member in struct:paravirt_patch_site
|
/dalvik/vm/analysis/ |
CodeVerify.cpp | 318 * Determine whether or not "instrType" and "targetType" are compatible, 334 static bool checkFieldArrayStore1nr(RegType instrType, RegType targetType) 336 return (instrType == targetType); [all...] |