Home
last modified time | relevance | path

Searched refs:HSub (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/
Dhydrogen-bce.cc48 HSub* index = HSub::cast(check->index()); in Create()
Dhydrogen-instructions.cc1459 HValue* HSub::Canonicalize() { in Canonicalize()
1833 Range* HSub::InferRange(Zone* zone) { in InferRange()
2046 HSub* sub = HSub::cast(base); in DecomposeBitwise()
2211 HSub* operation = HSub::cast(phi_operand); in ComputeIncrement()
4068 DEFINE_NEW_H_SIMPLE_ARITHMETIC_INSTR(HSub, -)
Dcode-stubs-hydrogen.cc672 HValue* adjusted_length = AddUncasted<HSub>(elements_length, constant_two); in BuildCodeStub()
1417 HValue* start_pos = AddUncasted<HSub>(array_length, in BuildInstallFromOptimizedCodeMap()
Dhydrogen.cc1105 increment_ = HSub::New(zone(), context_, phi_, one); in BeginBody()
1150 increment_ = HSub::New(zone(), context_, phi_, increment_amount_); in EndBody()
1454 HValue* sub_result = AddUncasted<HSub>(and_result, in BuildJSObjectCheck()
1677 HValue* mask = AddUncasted<HSub>(capacity, graph()->GetConstant1()); in BuildUncheckedDictionaryElementLoad()
1901 mask = AddUncasted<HSub>(mask, graph()->GetConstant1()); in BuildNumberToString()
2812 HValue* adjusted_key = AddUncasted<HSub>(key, graph()->GetConstant1()); in BuildFillElementsWithValue()
2891 key = AddUncasted<HSub>(key, graph()->GetConstant1()); in BuildCopyElements()
8285 reduced_length = AddUncasted<HSub>(length, graph()->GetConstant1()); in TryInlineBuiltinMethodCall()
8431 HValue* new_length = AddUncasted<HSub>( in TryInlineBuiltinMethodCall()
10126 HSub* sub = HSub::cast(const32_minus_sa); in ShiftAmountsAllowReplaceByRotate()
[all …]
Dhydrogen-instructions.h4870 class HSub FINAL : public HArithmeticBinaryOperation {
4896 HSub(HValue* context, HValue* left, HValue* right) in HSub() function
/external/v8/src/arm/
Dlithium-arm.cc1556 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
1586 LInstruction* LChunkBuilder::DoRSub(HSub* instr) { in DoRSub()
Dlithium-arm.h2777 LInstruction* DoRSub(HSub* instr);
/external/v8/src/mips/
Dlithium-mips.cc1544 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
/external/v8/src/mips64/
Dlithium-mips64.cc1545 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
/external/v8/src/x64/
Dlithium-x64.cc1532 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
/external/v8/src/arm64/
Dlithium-arm64.cc2477 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
/external/v8/src/x87/
Dlithium-x87.cc1567 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()
/external/v8/src/ia32/
Dlithium-ia32.cc1556 LInstruction* LChunkBuilder::DoSub(HSub* instr) { in DoSub()