HomeSort by relevance Sort by last modified time
    Searched defs:psubusb (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
loongson.h 607 psubusb (uint8x8_t s, uint8x8_t t) function
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
loongson.h 607 psubusb (uint8x8_t s, uint8x8_t t) function
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
loongson.h 607 psubusb (uint8x8_t s, uint8x8_t t) function
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
loongson.h 607 psubusb (uint8x8_t s, uint8x8_t t) function
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
ssewidth.asm 463 psubusb xmm1, xmm2 label
464 psubusb xmm1, dqword [rbx] label
avx.asm 2215 psubusb xmm1, xmm2 label
2216 psubusb xmm1, [rax] label
2217 psubusb xmm1, dqword [rax] label
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
mmx.h 472 #define psubusb_m2r(var, reg) mmx_m2r(psubusb, var, reg)
473 #define psubusb_r2r(regs, regd) mmx_r2r(psubusb, regs, regd)
474 #define psubusb(vars, vard) mmx_m2m(psubusb, vars, vard) macro
  /external/valgrind/main/VEX/test/
mmxtest.c 279 #define psubusb_m2r(var, reg) mmx_m2r(psubusb, var, reg)
280 #define psubusb_r2r(regs, regd) mmx_r2r(psubusb, regs, regd)
281 #define psubusb(vars, vard) mmx_m2m(psubusb, vars, vard) macro
552 do_test("psubusb", psubusb(ma,mb));

Completed in 7788 milliseconds