Home | History | Annotate | Download | only in x86asm

Lines Matching refs:Decode

207 // These are the errors returned by Decode.
209 ErrInvalidMode = errors.New("invalid x86 mode in Decode")
219 // Decode decodes the leading bytes in src as a single instruction.
222 func Decode(src []byte, mode int) (inst Inst, err error) {
226 // decode1 is the implementation of Decode but takes an extra
427 // Decode instruction stream, interpreting decoding instructions.
435 // Decode loop, executing decoder program.
437 Decode:
448 // Read and decode ModR/M if needed by opcode.
595 break Decode
598 break Decode
622 continue Decode
770 continue Decode
831 break Decode
846 continue Decode
850 break Decode
1022 break Decode
1088 break Decode
1150 break Decode
1158 break Decode