Searched refs:VFPOperand (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/assembler/
H A DARMv7Assembler.h1531 m_formatter.vfpOp(OP_VCMP, OP_VCMPb, true, VFPOperand(4), rd, rm);
1536 m_formatter.vfpOp(OP_VCMP, OP_VCMPb, true, VFPOperand(5), rd, VFPOperand(0));
1564 m_formatter.vfpOp(OP_VMOV_CtoS, OP_VMOV_CtoSb, false, rn, rd, VFPOperand(0));
1570 m_formatter.vfpOp(OP_VMOV_StoC, OP_VMOV_StoCb, false, rd, rn, VFPOperand(0));
1576 m_formatter.vfpOp(OP_VMRS, OP_VMRSb, false, VFPOperand(1), VFPOperand(0x10 | reg), VFPOperand(0));
1855 // VFPOperand encapsulates a 5-bit VFP operand, with bits 0..3 containing the 4-bit
1859 struct VFPOperand { struct in namespace:JSC::ARMRegisters
1860 explicit VFPOperand(uint32_t value) function in struct:JSC::ARMRegisters::VFPOperand
1866 VFPOperand(FPDoubleRegisterID reg) function in struct:JSC::ARMRegisters::VFPOperand
1871 VFPOperand(RegisterID reg) function in struct:JSC::ARMRegisters::VFPOperand
1876 VFPOperand(FPSingleRegisterID reg) function in struct:JSC::ARMRegisters::VFPOperand
[all...]

Completed in 357 milliseconds