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

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeMIPS_32.c 127 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG));
129 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | D(dst), DR(dst)));
168 FAIL_IF(push_inst(compiler, NOR | S(src1) | T(src1) | DA(EQUAL_FLAG), EQUAL_FLAG));
310 FAIL_IF(push_inst(compiler, NOR | S(src1) | T(src1) | DA(EQUAL_FLAG), EQUAL_FLAG));
sljitNativeMIPS_64.c 218 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG));
220 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | D(dst), DR(dst)));
259 FAIL_IF(push_inst(compiler, NOR | S(src1) | T(src1) | DA(EQUAL_FLAG), EQUAL_FLAG));
401 FAIL_IF(push_inst(compiler, NOR | S(src1) | T(src1) | DA(EQUAL_FLAG), EQUAL_FLAG));
sljitNativePPC_32.c 89 return push_inst(compiler, NOR | RC(flags) | S(src2) | A(dst) | B(src2));
sljitNativePPC_64.c 205 return push_inst(compiler, NOR | RC(flags) | S(src2) | A(dst) | B(src2));
sljitNativeTILEGX_64.c 402 #define NOR(dst, srca, srcb) \
1647 FAIL_IF(NOR(EQUAL_FLAG, reg_map[src2], reg_map[src2]));
1649 FAIL_IF(NOR(reg_map[dst], reg_map[src2], reg_map[src2]));
sljitNativeMIPS_common.c 154 #define NOR (HI(0) | LO(39))
sljitNativePPC_common.c 199 #define NOR (HI(31) | LO(124))
  /src/sys/arch/mips/mips/
bds_emul.S 18 * 3. Neither the name of the University nor the names of its contributors
317 PTR_WORD bcemul_special_gen3op # 047 NOR
410 jr ra; nor t0, v0, v1 # 047 NOR
  /src/bin/sh/
show.c 20 * 3. Neither the name of the University nor the names of its contributors
328 case NOR:
eval.c 18 * 3. Neither the name of the University nor the names of its contributors
300 case NOR:
jobs.c 18 * 3. Neither the name of the University nor the names of its contributors
1745 * If neither SYSV nor BSD is defined, we don't implement nonblocking
1887 case NOR:
parser.c 18 * 3. Neither the name of the University nor the names of its contributors
273 t = NOR;

Completed in 28 milliseconds