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

  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
intel.go 104 FDECSTP, FINCSTP, FNCLEX, FNINIT, FNOP, FWAIT, HLT,
objdump_test.go 117 if contains(dec.text, "fwait") && dec.nenc == 1 && dec.enc[0] != 0x9B {
121 // 9B D9 11: libopcodes reports FSTSW instead of FWAIT + FNSTSW.
125 if (text == "fwait" || strings.HasSuffix(text, " fwait")) && dec.nenc >= len(strings.Fields(text)) && dec.enc[len(strings.Fields(text))-1] == 0x9B {
160 // 26 9B: libopcodes reports "fwait"/1, ignoring segment prefix.
163 if size == 1 && dec.nenc >= 1 && prefixByte[text] == dec.enc[0] && contains(dec.text, "(bad)", "fwait", "fnop") {
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
intel.go 104 FDECSTP, FINCSTP, FNCLEX, FNINIT, FNOP, FWAIT, HLT,
objdump_test.go 117 if contains(dec.text, "fwait") && dec.nenc == 1 && dec.enc[0] != 0x9B {
121 // 9B D9 11: libopcodes reports FSTSW instead of FWAIT + FNSTSW.
125 if (text == "fwait" || strings.HasSuffix(text, " fwait")) && dec.nenc >= len(strings.Fields(text)) && dec.enc[len(strings.Fields(text))-1] == 0x9B {
160 // 26 9B: libopcodes reports "fwait"/1, ignoring segment prefix.
163 if size == 1 && dec.nenc >= 1 && prefixByte[text] == dec.enc[0] && contains(dec.text, "(bad)", "fwait", "fnop") {
tables.go     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]

Completed in 3975 milliseconds