Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/assembler/
DMacroAssemblerX86Common.h346 void loadDouble(ImplicitAddress address, FPRegisterID dest) in loadDouble()
352 void storeDouble(FPRegisterID src, ImplicitAddress address) in storeDouble()
358 void addDouble(FPRegisterID src, FPRegisterID dest) in addDouble()
364 void addDouble(Address src, FPRegisterID dest) in addDouble()
370 void divDouble(FPRegisterID src, FPRegisterID dest) in divDouble()
376 void divDouble(Address src, FPRegisterID dest) in divDouble()
382 void subDouble(FPRegisterID src, FPRegisterID dest) in subDouble()
388 void subDouble(Address src, FPRegisterID dest) in subDouble()
394 void mulDouble(FPRegisterID src, FPRegisterID dest) in mulDouble()
400 void mulDouble(Address src, FPRegisterID dest) in mulDouble()
[all …]
DARMv7Assembler.h160 } FPRegisterID; typedef
411 typedef ARM::FPRegisterID FPRegisterID; typedef
487 bool isSingleRegister(FPRegisterID reg) in isSingleRegister()
493 bool isDoubleRegister(FPRegisterID reg) in isDoubleRegister()
499 bool isQuadRegister(FPRegisterID reg) in isQuadRegister()
504 uint32_t singleRegisterNum(FPRegisterID reg) in singleRegisterNum()
510 uint32_t doubleRegisterNum(FPRegisterID reg) in doubleRegisterNum()
516 uint32_t quadRegisterNum(FPRegisterID reg) in quadRegisterNum()
522 uint32_t singleRegisterMask(FPRegisterID rd, int highBitsShift, int lowBitShift) in singleRegisterMask()
531 uint32_t doubleRegisterMask(FPRegisterID rd, int highBitShift, int lowBitsShift) in doubleRegisterMask()
[all …]
DMacroAssemblerARM.h651 void loadDouble(ImplicitAddress address, FPRegisterID dest) in loadDouble()
656 void storeDouble(FPRegisterID src, ImplicitAddress address) in storeDouble()
661 void addDouble(FPRegisterID src, FPRegisterID dest) in addDouble()
666 void addDouble(Address src, FPRegisterID dest) in addDouble()
672 void subDouble(FPRegisterID src, FPRegisterID dest) in subDouble()
677 void subDouble(Address src, FPRegisterID dest) in subDouble()
683 void mulDouble(FPRegisterID src, FPRegisterID dest) in mulDouble()
688 void mulDouble(Address src, FPRegisterID dest) in mulDouble()
694 void convertInt32ToDouble(RegisterID src, FPRegisterID dest) in convertInt32ToDouble()
700 Jump branchDouble(DoubleCondition cond, FPRegisterID left, FPRegisterID right) in branchDouble()
[all …]
DMacroAssemblerARMv7.h44 static const FPRegisterID fpTempRegister = ARM::d7;
456 void loadDouble(ImplicitAddress address, FPRegisterID dest) in loadDouble()
471 void storeDouble(FPRegisterID src, ImplicitAddress address) in storeDouble()
486 void addDouble(FPRegisterID src, FPRegisterID dest) in addDouble()
491 void addDouble(Address src, FPRegisterID dest) in addDouble()
497 void subDouble(FPRegisterID src, FPRegisterID dest) in subDouble()
502 void subDouble(Address src, FPRegisterID dest) in subDouble()
508 void mulDouble(FPRegisterID src, FPRegisterID dest) in mulDouble()
513 void mulDouble(Address src, FPRegisterID dest) in mulDouble()
519 void convertInt32ToDouble(RegisterID src, FPRegisterID dest) in convertInt32ToDouble()
[all …]
DMacroAssemblerX86.h92 void loadDouble(void* address, FPRegisterID dest) in loadDouble()
98 void convertInt32ToDouble(AbsoluteAddress src, FPRegisterID dest) in convertInt32ToDouble()
DMacroAssemblerX86_64.h91 void loadDouble(void* address, FPRegisterID dest) in loadDouble()
97 void convertInt32ToDouble(AbsoluteAddress src, FPRegisterID dest) in convertInt32ToDouble()
314 void movePtrToDouble(RegisterID src, FPRegisterID dest) in movePtrToDouble()
319 void moveDoubleToPtr(FPRegisterID src, RegisterID dest) in moveDoubleToPtr()
DARMAssembler.h71 } FPRegisterID; typedef
78 typedef ARM::FPRegisterID FPRegisterID; typedef
716 void doubleTransfer(bool isLoad, FPRegisterID srcDst, RegisterID base, int32_t offset);
DAbstractMacroAssembler.h54 typedef typename AssemblerType::FPRegisterID FPRegisterID; typedef
DARMAssembler.cpp337 void ARMAssembler::doubleTransfer(bool isLoad, FPRegisterID srcDst, RegisterID base, int32_t offset) in doubleTransfer()
DX86Assembler.h85 typedef XMMRegisterID FPRegisterID; typedef
/external/webkit/JavaScriptCore/jit/
DJIT.h208 static const FPRegisterID fpRegT0 = X86::xmm0;
209 static const FPRegisterID fpRegT1 = X86::xmm1;
210 static const FPRegisterID fpRegT2 = X86::xmm2;
226 static const FPRegisterID fpRegT0 = X86::xmm0;
227 static const FPRegisterID fpRegT1 = X86::xmm1;
228 static const FPRegisterID fpRegT2 = X86::xmm2;
242 static const FPRegisterID fpRegT0 = ARM::d0;
243 static const FPRegisterID fpRegT1 = ARM::d1;
244 static const FPRegisterID fpRegT2 = ARM::d2;
267 static const FPRegisterID fpRegT0 = ARM::d0;
[all …]
DJITInlineMethods.h364 inline void JIT::emitLoadDouble(unsigned index, FPRegisterID value) in emitLoadDouble()
373 inline void JIT::emitLoadInt32ToDouble(unsigned index, FPRegisterID value) in emitLoadInt32ToDouble()
417 inline void JIT::emitStoreDouble(unsigned index, FPRegisterID value) in emitStoreDouble()