Home | History | Annotate | Download | only in grub

Lines Matching full:addr32

80 dnl instructions, but implicitly insert addr32 and data32 bytes so
85 dnl to explicitly insert addr32 and data32 instructions when they want
94 AC_MSG_CHECKING([for .code16 addr32 assembler support])
98 l1: @ADDR32@ movb %al, l1
102 sed -e s/@ADDR32@/addr32/ < conftest.s.in > conftest.s
104 sed -e s/@ADDR32@/addr32\;/ < conftest.s.in > conftest.s
118 dnl Later versions of GAS requires that addr32 and data32 prefixes
124 [whether addr32 must be in the same line as the instruction])
128 l1: addr32 movb %al, l1
140 grub_tmp_addr32="addr32"
143 grub_tmp_addr32="addr32;"
147 AC_DEFINE_UNQUOTED([ADDR32], $grub_tmp_addr32,
148 [Define it to \"addr32\" or \"addr32;\" to make GAS happy])