Home
last modified time | relevance | path

Searched refs:ImmFP32 (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/arm64/
Dinstructions-arm64.cc143 float Instruction::ImmFP32() { in ImmFP32() function in v8::internal::Instruction
Dinstructions-arm64.h155 float ImmFP32();
Ddisasm-arm64.cc1443 format[3] == 'S' ? instr->ImmFP32() : instr->ImmFP64()); in SubstituteImmediateField()
Dassembler-arm64.cc1831 Emit(FMOV_s_imm | Rd(fd) | ImmFP32(imm)); in fmov()
2168 Instr Assembler::ImmFP32(float imm) { in ImmFP32() function in v8::internal::Assembler
Dassembler-arm64.h1806 static Instr ImmFP32(float imm);
Dsimulator-arm64.cc2244 case FMOV_s_imm: set_sreg(dest, instr->ImmFP32()); break; in VisitFPImmediate()
/external/vixl/src/vixl/a64/
Dinstructions-a64.cc202 float Instruction::ImmFP32() const { in ImmFP32() function in vixl::Instruction
Dinstructions-a64.h206 float ImmFP32() const;
Ddisasm-a64.cc3003 format[3] == 'S' ? instr->ImmFP32() : instr->ImmFP64()); in SubstituteImmediateField()
Dassembler-a64.cc2592 Emit(FMOV_s_imm | Rd(vd) | ImmFP32(imm)); in fmov()
4534 Instr Assembler::ImmFP32(float imm) { in ImmFP32() function in vixl::Assembler
Dassembler-a64.h4049 static Instr ImmFP32(float imm);
Dsimulator-a64.cc1903 case FMOV_s_imm: set_sreg(dest, instr->ImmFP32()); break; in VisitFPImmediate()