Home | History | Annotate | Download | only in x86asm

Lines Matching defs:instPrefix

172 // instPrefix returns an Inst describing just one prefix byte.
175 func instPrefix(b byte, mode int) (Inst, error) {
176 // When tracing it is useful to see what called instPrefix to report an error.
203 // For now we use instPrefix but perhaps later we will return
207 return instPrefix(src[0], mode) // too long
436 return instPrefix(src[0], mode) // too long
447 return instPrefix(src[0], mode) // too long
680 return instPrefix(src[0], mode) // too long
1260 return instPrefix(src[0], mode) // invalid instruction