HomeSort by: relevance | last modified time | path
    Searched defs:scratches (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 158 is S or R register. E.g: when 3 scratches and 1 saved is mapped
319 sljit_s32 scratches; member in struct:sljit_compiler
514 Only R registers between R0 and "scratches" argument can be used
515 later. E.g. if "scratches" is set to 2, the register set will be
526 0 <= scratches <= SLJIT_NUMBER_OF_REGISTERS
528 scratches + saveds <= SLJIT_NUMBER_OF_REGISTERS
545 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds,
559 sljit_s32 options, sljit_s32 args, sljit_s32 scratches, sljit_s32 saveds,

Completed in 49 milliseconds