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

/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssembler.h77 using MacroAssemblerBase::and32;
366 and32(src, dest);
371 and32(imm, srcDest);
1199 void and32(Imm32 imm, RegisterID dest) function in class:JSC::MacroAssembler
1203 and32(key.value1, dest);
1204 and32(key.value2, dest);
1206 and32(imm.asTrustedImm32(), dest);
1219 void and32(Imm32 imm, RegisterID src, RegisterID dest) function in class:JSC::MacroAssembler
1223 return and32(imm.asTrustedImm32(), dest);
1225 and32(sr
[all...]
H A DMacroAssemblerX86.h40 using MacroAssemblerX86Common::and32;
78 void and32(TrustedImm32 imm, AbsoluteAddress address) function in class:JSC::MacroAssemblerX86
H A DMacroAssemblerX86Common.h145 void and32(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerX86Common
150 void and32(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerX86Common
155 void and32(RegisterID src, Address dest) function in class:JSC::MacroAssemblerX86Common
160 void and32(Address src, RegisterID dest) function in class:JSC::MacroAssemblerX86Common
165 void and32(TrustedImm32 imm, Address address) function in class:JSC::MacroAssemblerX86Common
170 void and32(RegisterID op1, RegisterID op2, RegisterID dest) function in class:JSC::MacroAssemblerX86Common
175 and32(op2, dest);
178 and32(op1, dest);
182 void and32(TrustedImm32 imm, RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerX86Common
185 and32(im
[all...]
H A DMacroAssemblerARM.h128 void and32(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerARM
133 void and32(RegisterID op1, RegisterID op2, RegisterID dest) function in class:JSC::MacroAssemblerARM
138 void and32(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerARM
147 void and32(TrustedImm32 imm, RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerARM
156 void and32(Address src, RegisterID dest) function in class:JSC::MacroAssemblerARM
159 and32(ARMRegisters::S1, dest);
H A DMacroAssemblerARMv7.h241 void and32(RegisterID op1, RegisterID op2, RegisterID dest) function in class:JSC::MacroAssemblerARMv7
246 void and32(TrustedImm32 imm, RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerARMv7
257 void and32(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerARMv7
259 and32(dest, src, dest);
262 void and32(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerARMv7
264 and32(imm, dest, dest);
267 void and32(Address src, RegisterID dest) function in class:JSC::MacroAssemblerARMv7
270 and32(dataTempRegister, dest);
H A DMacroAssemblerX86_64.h42 using MacroAssemblerX86Common::and32;
61 void and32(TrustedImm32 imm, AbsoluteAddress address) function in class:JSC::MacroAssemblerX86_64
64 and32(imm, Address(scratchRegister));
H A DMacroAssemblerSH4.h162 void and32(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerSH4
167 void and32(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerSH4
180 void and32(TrustedImm32 imm, RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerSH4
184 and32(src, dest);
188 and32(imm, dest);
H A DMacroAssemblerMIPS.h271 void and32(Address src, RegisterID dest) function in class:JSC::MacroAssemblerMIPS
274 and32(dataTempRegister, dest);
277 void and32(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerMIPS
282 void and32(RegisterID op1, RegisterID op2, RegisterID dest) function in class:JSC::MacroAssemblerMIPS
287 void and32(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerMIPS
303 void and32(TrustedImm32 imm, RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerMIPS
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGAssemblyHelpers.cpp67 and32(TrustedImm32(~(1u << (flag - 1))), AbsoluteAddress(SamplingFlags::addressOfFlags()));
H A DDFGSpeculativeJIT.cpp681 m_jit.and32(TrustedImm32(IsArray | IndexingShapeMask), tempGPR);
686 m_jit.and32(TrustedImm32(IndexingShapeMask), tempGPR);
714 m_jit.and32(TrustedImm32(IndexingShapeMask), tempGPR);
722 m_jit.and32(TrustedImm32(IsArray | IndexingShapeMask), tempGPR);
727 m_jit.and32(TrustedImm32(IndexingShapeMask), tempGPR);
2338 m_jit.and32(JITCompiler::TrustedImm32(1), result.gpr());
2937 m_jit.and32(TrustedImm32(divisor - 1), resultGPR);
3208 m_jit.and32(JITCompiler::Address(opGPRs[i], JSString::offsetOfFlags()), scratchGPR);
3215 m_jit.and32(JITCompiler::TrustedImm32(JSString::Is8Bit), scratchGPR);
H A DDFGSpeculativeJIT.h615 m_jit.and32(Imm32(imm), op1, result);
631 m_jit.and32(op1, op2, result);
H A DDFGSpeculativeJIT32_64.cpp612 jit->m_jit.and32(JITCompiler::TrustedImm32(1), this->m_result);
H A DDFGSpeculativeJIT64.cpp550 jit->m_jit.and32(JITCompiler::TrustedImm32(1), this->m_result);
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITInlines.h272 and32(TrustedImm32(~(1u << (flag - 1))), AbsoluteAddress(SamplingFlags::addressOfFlags()));
364 and32(TrustedImm32(ValueProfile::bucketIndexMask), bucketCounterRegister);
H A DJITArithmetic32_64.cpp342 and32(Imm32(constant), regT0);
350 and32(regT2, regT0);
H A DJITPropertyAccess.cpp117 and32(TrustedImm32(IndexingShapeMask), regT2);
329 and32(TrustedImm32(IndexingShapeMask), regT2);
H A DJITPropertyAccess32_64.cpp150 and32(TrustedImm32(IndexingShapeMask), regT1);
296 and32(TrustedImm32(IndexingShapeMask), regT1);
H A DJITOpcodes32_64.cpp833 and32(regT2, regT1);
H A DJITOpcodes.cpp549 and32(TrustedImm32(~TagBitUndefined), regT1);

Completed in 412 milliseconds