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

/external/webkit/Source/JavaScriptCore/assembler/
H A DMacroAssemblerX86_64.h184 void orPtr(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerX86_64
189 void orPtr(TrustedImmPtr imm, RegisterID dest) function in class:JSC::MacroAssemblerX86_64
195 void orPtr(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerX86_64
200 void orPtr(RegisterID op1, RegisterID op2, RegisterID dest) function in class:JSC::MacroAssemblerX86_64
205 orPtr(op2, dest);
208 orPtr(op1, dest);
212 void orPtr(TrustedImm32 imm, RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerX86_64
215 orPtr(imm, dest);
H A DMacroAssembler.h178 void orPtr(RegisterID src, RegisterID dest) function in class:JSC::MacroAssembler
183 void orPtr(TrustedImmPtr imm, RegisterID dest) function in class:JSC::MacroAssembler
188 void orPtr(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssembler
/external/webkit/Source/JavaScriptCore/jit/
H A DSpecializedThunkJIT.h142 orPtr(tagTypeNumberRegister, regT0);
H A DJITInlineMethods.h719 orPtr(reg2, scratch);
838 orPtr(tagTypeNumberRegister, dest);
H A DJITOpcodes.cpp868 orPtr(regT1, regT0);
1016 orPtr(regT1, regT2);
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGNonSpeculativeJIT.h105 m_jit.orPtr(JITCompiler::tagTypeNumberRegister, reg);
H A DDFGJITCodeGenerator.cpp278 m_jit.orPtr(JITCompiler::tagTypeNumberRegister, JITCompiler::gprToRegisterID(gpr), JITCompiler::gprToRegisterID(result));
282 m_jit.orPtr(JITCompiler::tagTypeNumberRegister, JITCompiler::gprToRegisterID(gpr));
H A DDFGJITCompiler.cpp141 orPtr(tagTypeNumberRegister, gprToRegisterID(gpr));
H A DDFGJITCodeGenerator.h232 m_jit.orPtr(JITCompiler::tagTypeNumberRegister, reg);

Completed in 1151 milliseconds