Home
last modified time | relevance | path

Searched refs:compare32 (Results 1 – 5 of 5) sorted by relevance

/external/skia/tests/
DMemsetTest.cpp36 static bool compare32(const uint32_t base[], uint32_t value, int count) { in compare32() function
73 compare32(buffer, 0, PAD + alignment); in test_32()
74 compare32(base, VALUE32, count); in test_32()
75 compare32(base + count, 0, TOTAL - count - PAD - alignment); in test_32()
/external/webkit/Source/JavaScriptCore/assembler/
DMacroAssemblerSH4.h218 compare32(32, shiftamount, Equal); in rshift32()
351 void compare32(int imm, RegisterID dst, Condition cond) in compare32() function
364 void compare32(int offset, RegisterID base, RegisterID left, Condition cond) in compare32() function
424 void compare32(RegisterID right, int offset, RegisterID base, Condition cond) in compare32() function
450 void compare32(int imm, int offset, RegisterID base, Condition cond) in compare32() function
876 compare32(right.m_value, scr, cond); in branch32WithUnalignedHalfWords()
1089 compare32(right.m_value, scr, cond); in branch32()
1245 compare32(0, dest, cond); in set32Test8()
1285 compare32(right.m_value, left, cond); in branch32()
1294 compare32(right.offset, right.base, left, cond); in branch32()
[all …]
DMacroAssemblerARMv7.h832 void compare32(RegisterID left, TrustedImm32 right) in compare32() function
876 compare32(left, right); in branch32()
944 compare32(left, right); in branch8()
1156 compare32(left, right); in set32Compare32()
/external/webkit/Source/JavaScriptCore/
DChangeLog3266 (JSC::MacroAssemblerARMv7::compare32):
DChangeLog-2011-02-166494 (JSC::MacroAssemblerARMv7::compare32):