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

  /src/usr.bin/make/unit-tests/
var-recursive.mk 24 CONDITIONAL= ${1:?ok:${CONDITIONAL}}
26 . info <${CONDITIONAL}>
  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.h 64 CONDITIONAL,
aicasm_gram.y 251 | conditional
252 | program conditional
1055 conditional: label
1116 conditional: label
1503 case CONDITIONAL:
1507 stop("Can't create conditional info", EX_SOFTWARE);
1879 /* add a special conditional, "0" */
1884 stop("Conditional expression '0' "
1888 false_func->type = CONDITIONAL;
1895 if (symbol->type == CONDITIONAL)
    [all...]
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c 72 INST_NAME - CONDITIONAL remove this flag. */
74 #define CONDITIONAL 0xe0000000
417 *code_ptr = (BL - CONDITIONAL) | (*(code_ptr + 1) & COND_MASK);
424 *code_ptr = (B - CONDITIONAL) | (*code_ptr & COND_MASK);
442 *code_ptr = ((jump->flags & IS_BL) ? (BL - CONDITIONAL) : (B - CONDITIONAL)) | (code_ptr[2] & COND_MASK);
462 inst[0] = (mov_pc & COND_MASK) | (B - CONDITIONAL) | (diff & 0xffffff);
468 inst[0] = (mov_pc & COND_MASK) | (BL - CONDITIONAL) | (diff & 0xffffff);
2058 /* Conditional instructions */

Completed in 15 milliseconds