HomeSort by: relevance | last modified time | path
    Searched refs:mode32 (Results 1 - 4 of 4) sorted by relevancy

  /src/distrib/mac68k/stand/
Makefile 12 UUDECODE_FILES+=README Installer_1.1g.src.sea.hqx mode32-7.5.bin
13 UUDECODE_FILES+=Installer_1.1h.sea.bin mode32-7.5.hqx Installer_1.1h.sea.hqx
26 Installer_1.1g.sea.hqx README mode32-7.5.bin Installer_1.1h.sea.bin \
27 mode32-7.5.hqx Installer_1.1h.sea.hqx pdisk.sea.hqx \
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_64.c 354 SLJIT_ASSERT(!(a & SLJIT_IMM) || compiler->mode32 || IS_HALFWORD(imma));
370 if (!compiler->mode32 && !(flags & EX86_NO_REXW))
431 imma &= compiler->mode32 ? 0x1f : 0x3f;
616 compiler->mode32 = 1;
655 compiler->mode32 = 1;
693 compiler->mode32 = 0;
708 compiler->mode32 = 1;
712 compiler->mode32 = 0;
726 compiler->mode32 = 1;
728 compiler->mode32 = 0
    [all...]
sljitNativeX86_common.c 665 if (!compiler->mode32) {
674 if (!compiler->mode32 && NOT_HALFWORD(srcw)) {
745 compiler->mode32 = op & SLJIT_I32_OP;
772 if (compiler->mode32) {
795 size = (!compiler->mode32 || op >= SLJIT_DIVMOD_UW) ? 3 : 2;
797 size = (!compiler->mode32) ? 3 : 2;
803 if (!compiler->mode32)
810 if (!compiler->mode32)
864 compiler->mode32 = 0;
1006 compiler->mode32 = 0
    [all...]
sljitLir.h 342 sljit_s32 mode32; member in struct:sljit_compiler

Completed in 17 milliseconds