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

  /external/valgrind/main/VEX/test/
test-amd64.c 900 TEST_XCHG(xaddl, "", "=q");
907 asm("xaddl %1, %0" : "=r" (res) : "0" (res));
908 printf("xaddl same res=%08x\n", res);
911 TEST_XCHG(xaddl, "", "=m");
    [all...]
test-i386.c 862 TEST_XCHG(xaddl, "", "=q");
869 asm("xaddl %1, %0" : "=r" (res) : "0" (res));
870 printf("xaddl same res=%08x\n", res);
873 TEST_XCHG(xaddl, "", "=m");
    [all...]
  /external/valgrind/main/none/tests/x86/
insn_basic.def     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
x86insn_gas.gperf     [all...]

Completed in 3269 milliseconds