Home
last modified time | relevance | path

Searched defs:vldr (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Ddirective-fpu-instrs.s5 vldr d21, [r7, #296] label
13 vldr d21, [r7, #296] label
Dsingle-precision-fp.s175 vldr d0, [sp] define
Dbig-endian-arm-fixup.s47 vldr d0, arm_pcrel_10_label+16 define
/external/llvm/test/MC/ARM/
Ddirective-fpu-instrs.s5 vldr d21, [r7, #296] label
13 vldr d21, [r7, #296] label
Dsingle-precision-fp.s175 vldr d0, [sp] define
Dbig-endian-arm-fixup.s47 vldr d0, arm_pcrel_10_label+16 define
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc1604 __ vldr(i.OutputFloatRegister(), address, 0); in AssembleArchInstruction() local
1606 __ vldr(i.OutputFloatRegister(), i.InputOffset()); in AssembleArchInstruction() local
1642 __ vldr(i.OutputDoubleRegister(), address, 0); in AssembleArchInstruction() local
1644 __ vldr(i.OutputDoubleRegister(), i.InputOffset()); in AssembleArchInstruction() local
1756 __ vldr(i.OutputDoubleRegister(), MemOperand(fp, offset)); in AssembleArchInstruction() local
1759 __ vldr(i.OutputFloatRegister(), MemOperand(fp, offset)); in AssembleArchInstruction() local
3255 __ vldr(g.ToDoubleRegister(destination), src); in AssembleMove() local
3271 __ vldr(temp, src); in AssembleMove() local
3275 __ vldr(temp, src); in AssembleMove() local
3384 __ vldr(src, dst); in AssembleSwap() local
[all …]
/external/v8/src/arm/
Ddeoptimizer-arm.cc122 __ vldr(d0, sp, src_offset); in Generate() local
205 __ vldr(reg, r1, src_offset); in Generate() local
Dassembler-arm.cc2484 void Assembler::vldr(const DwVfpRegister dst, in vldr() function in v8::internal::Assembler
2523 void Assembler::vldr(const DwVfpRegister dst, in vldr() function in v8::internal::Assembler
2540 void Assembler::vldr(const SwVfpRegister dst, in vldr() function in v8::internal::Assembler
2577 void Assembler::vldr(const SwVfpRegister dst, in vldr() function in v8::internal::Assembler
/external/vixl/src/aarch32/
Dassembler-aarch32.h4721 void vldr(DataType dt, DRegister rd, Location* location) { in vldr() function
4724 void vldr(DRegister rd, Location* location) { in vldr() function
4727 void vldr(Condition cond, DRegister rd, Location* location) { in vldr() function
4735 void vldr(DataType dt, DRegister rd, const MemOperand& operand) { in vldr() function
4738 void vldr(DRegister rd, const MemOperand& operand) { in vldr() function
4741 void vldr(Condition cond, DRegister rd, const MemOperand& operand) { in vldr() function
4751 void vldr(DataType dt, SRegister rd, Location* location) { in vldr() function
4754 void vldr(SRegister rd, Location* location) { in vldr() function
4757 void vldr(Condition cond, SRegister rd, Location* location) { in vldr() function
4765 void vldr(DataType dt, SRegister rd, const MemOperand& operand) { in vldr() function
[all …]
Dassembler-aarch32.cc19571 void Assembler::vldr(Condition cond, in vldr() function in vixl::aarch32::Assembler
19669 void Assembler::vldr(Condition cond, in vldr() function in vixl::aarch32::Assembler
19725 void Assembler::vldr(Condition cond, in vldr() function in vixl::aarch32::Assembler
19823 void Assembler::vldr(Condition cond, in vldr() function in vixl::aarch32::Assembler
Ddisasm-aarch32.cc5008 void Disassembler::vldr(Condition cond, in vldr() function in vixl::aarch32::Disassembler
5020 void Disassembler::vldr(Condition cond, in vldr() function in vixl::aarch32::Disassembler
5030 void Disassembler::vldr(Condition cond, in vldr() function in vixl::aarch32::Disassembler
5042 void Disassembler::vldr(Condition cond, in vldr() function in vixl::aarch32::Disassembler
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc2436 __ vldr(double_scratch, input_operand); in Generate_DoubleToI() local
/external/vixl/benchmarks/aarch32/
Dasm-disasm-speed-test.cc594 __ vldr(d7, &l_05f0); in Generate_4() local
1424 __ vldr(s0, &l_0d24); in Generate_10() local
1526 __ vldr(d7, &l_0d10); in Generate_11() local