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

  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerX86Common.h 921 m_assembler.testb_im(mask.m_value, address.offset, address.base);
933 m_assembler.testb_im(mask.m_value, address.offset, address.base, address.index, address.scale);
    [all...]
X86Assembler.h 931 void testb_im(int imm, int offset, RegisterID base) function in class:JSC::X86Assembler
937 void testb_im(int imm, int offset, RegisterID base, RegisterID index, int scale) function in class:JSC::X86Assembler
    [all...]

Completed in 156 milliseconds