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

/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssembler.h289 return TrustedImm32(imm.asTrustedImm32().m_value & 31);
1148 convertInt32ToDouble(imm.asTrustedImm32(), dest);
1174 and64(imm.asTrustedImm32(), dest);
1220 uint32_t value = imm.asTrustedImm32().m_value;
1272 uint32_t baseValue = imm.asTrustedImm32().m_value;
1282 uint32_t baseValue = imm.asTrustedImm32().m_value;
1291 uint32_t baseValue = imm.asTrustedImm32().m_value;
1300 uint32_t baseValue = imm.asTrustedImm32().m_value;
1320 add32(imm.asTrustedImm32(), dest);
1330 addPtr(imm.asTrustedImm32(), des
[all...]
H A DAbstractMacroAssembler.h302 const TrustedImm32& asTrustedImm32() const { return *this; } function in struct:JSC::AbstractMacroAssembler::Imm32

Completed in 71 milliseconds