/external/chromium_org/v8/src/compiler/arm/ |
linkage-arm.cc | 36 typedef LinkageHelper<ArmLinkageHelperTraits> LH; 39 return LH::GetJSCallDescriptor(zone, parameter_count); 46 return LH::GetRuntimeCallDescriptor(zone, function, parameter_count, 54 return LH::GetStubCallDescriptor(zone, descriptor, stack_parameter_count, 61 return LH::GetSimplifiedCDescriptor(zone, sig);
|
/external/chromium_org/v8/src/compiler/arm64/ |
linkage-arm64.cc | 36 typedef LinkageHelper<Arm64LinkageHelperTraits> LH; 39 return LH::GetJSCallDescriptor(zone, parameter_count); 46 return LH::GetRuntimeCallDescriptor(zone, function, parameter_count, 54 return LH::GetStubCallDescriptor(zone, descriptor, stack_parameter_count, 61 return LH::GetSimplifiedCDescriptor(zone, sig);
|
/external/chromium_org/v8/src/compiler/ia32/ |
linkage-ia32.cc | 31 typedef LinkageHelper<IA32LinkageHelperTraits> LH; 34 return LH::GetJSCallDescriptor(zone, parameter_count); 41 return LH::GetRuntimeCallDescriptor(zone, function, parameter_count, 49 return LH::GetStubCallDescriptor(zone, descriptor, stack_parameter_count, 56 return LH::GetSimplifiedCDescriptor(zone, sig);
|
/external/chromium_org/v8/src/compiler/x64/ |
linkage-x64.cc | 50 typedef LinkageHelper<X64LinkageHelperTraits> LH; 53 return LH::GetJSCallDescriptor(zone, parameter_count); 60 return LH::GetRuntimeCallDescriptor(zone, function, parameter_count, 68 return LH::GetStubCallDescriptor(zone, descriptor, stack_parameter_count, 75 return LH::GetSimplifiedCDescriptor(zone, sig);
|
/external/clang/lib/Sema/ |
SemaStmtAttr.cpp | 130 const LoopHintAttr *LH = dyn_cast<LoopHintAttr>(I); 133 if (!LH) 136 int Option = LH->getOption(); 137 int ValueInt = LH->getValue(); 156 SourceLocation ValueLoc = LH->getRange().getEnd();
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/ |
hmm_base.c | 357 #define AVL_SET_LESS(H, LH) (H)->self = (LH);
|
/external/libvpx/libvpx/vpx_mem/memory_manager/ |
hmm_base.c | 357 #define AVL_SET_LESS(H, LH) (H)->self = (LH);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeTypesGeneric.cpp | 515 SDValue LL, LH, RL, RH, CL, CH; 517 GetSplitOp(N->getOperand(1), LL, LH); 532 Hi = DAG.getNode(N->getOpcode(), dl, LH.getValueType(), CH, LH, RH); 537 SDValue LL, LH, RL, RH; 539 GetSplitOp(N->getOperand(2), LL, LH); 544 Hi = DAG.getNode(ISD::SELECT_CC, dl, LH.getValueType(), N->getOperand(0), 545 N->getOperand(1), LH, RH, N->getOperand(4));
|
TargetLowering.cpp | [all...] |
LegalizeIntegerTypes.cpp | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/ |
hmm_base.c | 357 #define AVL_SET_LESS(H, LH) (H)->self = (LH);
|
/external/chromium_org/v8/src/mips/ |
constants-mips.cc | 312 case LH:
|
constants-mips.h | 345 LH = ((4 << 3) + 1) << kOpcodeShift,
|
simulator-mips.cc | [all...] |
/external/chromium_org/v8/src/mips64/ |
constants-mips64.cc | 330 case LH:
|
constants-mips64.h | 314 LH = ((4 << 3) + 1) << kOpcodeShift,
|
/external/chromium_org/third_party/boringssl/ |
boringssl_unittest.cc | 191 TEST(BoringSSL, LH) {
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsNaClELFStreamer.cpp | 214 case Mips::LH:
|
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 697 SDValue LH, RH; 698 LH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, MVT::i32, 707 LH = DAG.getNode(ISD::MUL, dl, MVT::i32, LH, RL); 709 Hi = DAG.getNode(ISD::ADD, dl, MVT::i32, Hi, LH); [all...] |
/external/clang/lib/CodeGen/ |
CGStmt.cpp | 555 const LoopHintAttr *LH = dyn_cast<LoopHintAttr>(Attr); 558 if (!LH) 561 LoopHintAttr::OptionType Option = LH->getOption(); 562 int ValueInt = LH->getValue(); [all...] |
/system/core/libpixelflinger/codeflinger/ |
MIPSAssembler.h | 339 void LH(int Rt, int Rbase, int16_t offset);
|
/external/clang/utils/TableGen/ |
NeonEmitter.cpp | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/ |
video.rtpdump | [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrInfo.cpp | 148 // are low registers, otherwise use RISB[LH]G. 159 // are low registers, otherwise use RISB[LH]G. Size is the number of bits [all...] |