Searched refs:ImmFP64 (Results 1 – 7 of 7) sorted by relevance
148 double Instruction::ImmFP64() { return Imm8ToFP64(ImmFP()); } in ImmFP64() function in v8::internal::Instruction
142 double ImmFP64();
394 VIXL_DEPRECATED("GetImmFP64", double ImmFP64() const) { return GetImmFP64(); } in ImmFP64() function
2719 Emit(FMOV_d_imm | Rd(vd) | ImmFP64(imm)); in fmov()5347 Instr Assembler::ImmFP64(double imm) { return FP64ToImm8(imm) << ImmFP_offset; } in ImmFP64() function in vixl::aarch64::Assembler
7346 static Instr ImmFP64(double imm);
3909 format[3] == 'S' ? instr->ImmFP32() : instr->ImmFP64()); in SubstituteImmediateField()
2846 set_dreg(dest, instr->ImmFP64()); in VisitFPImmediate()