Searched refs:FromRaw (Results 1 – 8 of 8) sorted by relevance
36 return FromRaw(assembler_->NumberConstant(const_value)); in IntegerConstant()46 return FromRaw(assembler_->Parameter(0)); in GetReceiver()91 return FromRaw(phi); in LoadInternalField()98 return FromRaw(assembler_->Load(MachineType::IntPtr(), FromId(value), in LoadValue()106 return FromRaw( in LoadObject()149 return FromRaw(label); in MakeLabel()189 FastAccessorAssembler::ValueId FastAccessorAssembler::FromRaw(Node* node) { in FromRaw() function in v8::internal::compiler::FastAccessorAssembler196 FastAccessorAssembler::LabelId FastAccessorAssembler::FromRaw( in FromRaw() function in v8::internal::compiler::FastAccessorAssembler
79 ValueId FromRaw(Node* node);80 LabelId FromRaw(RawMachineLabel* label);
91 F aq = SaturatingRoundingMultiplyByPOT<-3>(F::FromRaw(a)) - in test_exp_on_interval_between_negative_one_quarter_and_0_excl()164 tanh(FixedPoint<int32_t, 4>::FromRaw(testvals_int32[i])).raw(); in test_int32x4()169 tanh(FixedPoint<int32x4_t, 4>::FromRaw(vld1q_s32(&testvals_int32[i]))) in test_int32x4()
255 static FixedPoint FromRaw(RawType x) {315 return FixedPoint<tRawType, tIntegerBits>::FromRaw(323 return FixedPoint<tRawType, tIntegerBits>::FromRaw(ImplFuncName(a.raw())); \331 return FixedPoint<tRawType, tIntegerBits>::FromRaw( \376 return FixedPoint<tRawType, tIntegerBits>::FromRaw(
274 F3::FromRaw(input_centered) * inverse_amplitude_normalized;
35 return SourcePosition::FromRaw(kNoPosition); in Unknown()70 static SourcePosition FromRaw(uint32_t raw_position) { in FromRaw() function
2573 last_position = raw_position ? SourcePosition::FromRaw(raw_position) in GetDeoptInfo()
989 return SourcePosition::FromRaw(static_cast<int>(UntagPosition(data_))); in position()