HomeSort by relevance Sort by last modified time
    Searched refs:and32 (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerX86.h 45 using MacroAssemblerX86Common::and32;
70 void and32(TrustedImm32 imm, AbsoluteAddress address) function in class:JSC::MacroAssemblerX86
MacroAssembler.h 170 and32(src, dest);
175 and32(imm, srcDest);
MacroAssemblerX86Common.h 115 void and32(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerX86Common
120 void and32(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerX86Common
125 void and32(RegisterID src, Address dest) function in class:JSC::MacroAssemblerX86Common
130 void and32(Address src, RegisterID dest) function in class:JSC::MacroAssemblerX86Common
135 void and32(TrustedImm32 imm, Address address) function in class:JSC::MacroAssemblerX86Common
140 void and32(RegisterID op1, RegisterID op2, RegisterID dest) function in class:JSC::MacroAssemblerX86Common
145 and32(op2, dest);
148 and32(op1, dest);
152 void and32(TrustedImm32 imm, RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerX86Common
155 and32(imm, dest)
    [all...]
MacroAssemblerX86_64.h 45 using MacroAssemblerX86Common::and32;
61 void and32(TrustedImm32 imm, AbsoluteAddress address) function in class:JSC::MacroAssemblerX86_64
64 and32(imm, Address(scratchRegister));
MacroAssemblerARM.h 107 void and32(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerARM
112 void and32(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerARM
    [all...]
MacroAssemblerARMv7.h 207 void and32(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerARMv7
212 void and32(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerARMv7
    [all...]
MacroAssemblerMIPS.h 231 void and32(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerMIPS
236 void and32(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerMIPS
    [all...]
MacroAssemblerSH4.h 133 void and32(RegisterID src, RegisterID dest) function in class:JSC::MacroAssemblerSH4
138 void and32(TrustedImm32 imm, RegisterID dest) function in class:JSC::MacroAssemblerSH4
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCodeGenerator.h 312 m_jit.and32(Imm32(imm), op1, result);
328 m_jit.and32(op1, op2, result);
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes32_64.cpp     [all...]
JITArithmetic32_64.cpp 539 and32(Imm32(constant), regT0);
547 and32(regT2, regT0);
    [all...]
JITInlineMethods.h 313 and32(TrustedImm32(~(1u << (flag - 1))), AbsoluteAddress(&SamplingFlags::s_flags));
JITOpcodes.cpp     [all...]

Completed in 385 milliseconds