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

  /external/syslinux/core/lzo/
lzo_asm.h 218 #define MOVSB(r1,r2,x) movb (r1),x ; incl r1 ; movb x,(r2) ; incl r2
227 9: MOVSB(r1,r2,x) ; decl rc ; jnz 9b
233 9: MOVSB(r1,r2,x) ; decl rc ; jnz 9b
249 #define REP_MOVSB(x) rep ; movsb
255 #define REP_MOVSB(x) rep ; movsb
256 #define REP_MOVSL(x) jmp 9f ; 8: movsb ; decl %ecx ; \
259 rep ; movsl ; movl x,%ecx ; rep ; movsb
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go     [all...]

Completed in 120 milliseconds