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

  /src/crypto/external/apache2/openssl/dist/fuzz/
hashtable.c 120 uint8_t op_flags; local
144 op_flags = buf[0];
155 switch (OPERATION(op_flags)) {
176 if (!IS_REPLACE(op_flags))
184 if (IS_REPLACE(op_flags))
214 IS_REPLACE(op_flags) ? replacements++ : inserts++;
  /src/external/gpl3/gdb/dist/sim/rl78/
rl78.c 251 op_flags (int before, int after, int mask, RL78_Size size) function
294 #define FLAGS(before,after) if (opcode.flags) op_flags (before, after, opcode.flags, opcode.size)
  /src/external/gpl3/gdb.old/dist/sim/rl78/
rl78.c 251 op_flags (int before, int after, int mask, RL78_Size size) function
294 #define FLAGS(before,after) if (opcode.flags) op_flags (before, after, opcode.flags, opcode.size)
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390-c.cc 1047 unsigned int op_flags = all_op_flags & ((1 << O_SHIFT) - 1); local
1053 if (op_flags == O_ELEM)
1063 if (TREE_CODE (arg) != INTEGER_CST || !O_IMM_P (op_flags))
1078 && !s390_const_operand_ok (arg, i + 1, op_flags, target_builtin_decl))
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390-c.cc 1043 unsigned int op_flags = all_op_flags & ((1 << O_SHIFT) - 1); local
1049 if (op_flags == O_ELEM)
1059 if (TREE_CODE (arg) != INTEGER_CST || !O_IMM_P (op_flags))
1074 && !s390_const_operand_ok (arg, i + 1, op_flags, target_builtin_decl))
  /src/tests/lib/libc/sys/
t_futex_ops.c 78 int op_flags; member in struct:lwp_data
182 if (__futex(d->futex_ptr, d->wait_op | d->op_flags,
292 if (__futex(d->futex_ptr, FUTEX_WAIT | d->op_flags,
314 if (__futex(d->futex_ptr, FUTEX_WAIT | d->op_flags,
350 wlwp->op_flags = flags;
662 lwp_data[i].op_flags = flags;
787 lwp_data[i].op_flags = flags;
1089 lwp_data[i].op_flags = flags;
1405 lwp_data[0].op_flags = 0;
1510 lwp_data[0].op_flags = FUTEX_PRIVATE_FLAG
    [all...]
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_64.c 1291 sljit_s32 op_flags = GET_ALL_FLAGS(op); local
1389 return emit_op_imm(compiler, op | ((op_flags & SLJIT_I32_OP) ? INT_OP : 0), dst_r, TMP_REG1, src);
1402 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0;
1404 if (op_flags & SLJIT_I32_OP) {
1422 if (op_flags & SLJIT_I32_OP)
sljitNativeARM_T2_32.c 1228 sljit_s32 op_flags = GET_ALL_FLAGS(op); local
1319 return sljit_emit_op2(compiler, SLJIT_SUB | op_flags, dst, dstw, SLJIT_IMM, 0, src, srcw);
1322 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0;
sljitNativePPC_common.c 1318 sljit_s32 op_flags = GET_ALL_FLAGS(op); local
1329 if (GET_FLAG_TYPE(op_flags) == SLJIT_OVERFLOW || GET_FLAG_TYPE(op_flags) == SLJIT_NOT_OVERFLOW)
1332 if (op_flags & SLJIT_I32_OP) {
1424 return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_I32_OP) ? 0 : ALT_FORM1), dst, dstw, TMP_REG1, 0, src, srcw);
sljitNativeX86_common.c 1128 static sljit_s32 emit_clz(struct sljit_compiler *compiler, sljit_s32 op_flags,
1135 SLJIT_UNUSED_ARG(op_flags);
1146 inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? 63 : 31, TMP_REG1, 0);
1181 EMIT_MOV(compiler, dst_r, 0, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? 64 + 63 : 32 + 31);
1182 compiler->mode32 = op_flags & SLJIT_I32_OP;
1219 inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? 63 : 31, dst_r, 0);
1242 sljit_s32 op_flags = GET_ALL_FLAGS(op); local
1258 compiler->mode32 = op_flags & SLJIT_I32_OP;
1267 if (op_flags & SLJIT_I32_OP) {
1388 if (SLJIT_UNLIKELY(op_flags & SLJIT_SET_Z)
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-opc.c 5021 uint32_t op_flags = opnd->sysreg.flags;
5035 assembly the value of op_flags was copied from sr->flags. */
5036 if (((sr->flags & F_REG_READ) && (op_flags & F_REG_WRITE))
5037 || ((sr->flags & F_REG_WRITE) && (op_flags & F_REG_READ)))
5066 if ((sr->flags & F_REG_READ) && (op_flags & F_REG_WRITE))
5068 else if ((sr->flags & F_REG_WRITE) && (op_flags & F_REG_READ))
5018 uint32_t op_flags = opnd->sysreg.flags; local
  /src/usr.sbin/fstyp/
hammer2_disk.h 954 uint8_t op_flags; /* 0051 operational flags */ member in struct:hammer2_inode_meta
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 15961 unsigned op_flags;
15967 op_flags = OVL_OP_FLAG_UNARY;
15974 op_flags = ovl_op->flags;
15979 if (op_flags & OVL_OP_FLAG_ALLOC)
15983 switch (op_flags)
16028 if (op_flags & OVL_OP_FLAG_DELETE)
16073 op_flags = OVL_OP_FLAG_UNARY;
16136 switch (op_flags)
15944 unsigned op_flags; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 15250 unsigned op_flags;
15256 op_flags = OVL_OP_FLAG_UNARY;
15263 op_flags = ovl_op->flags;
15268 if (op_flags & OVL_OP_FLAG_ALLOC)
15272 switch (op_flags)
15317 if (op_flags & OVL_OP_FLAG_DELETE)
15406 switch (op_flags)
15233 unsigned op_flags; local

Completed in 76 milliseconds