Home
last modified time | relevance | path

Searched refs:op_flags (Results 1 – 7 of 7) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
Dia32_invariant.c145 unsigned int op_flags[3] = { t->dest_flag, t->src_flag, t->aux_flag }; local
161 OP_PERM(op_flags[x]);
163 (OP_FLAGS(op_flags[x]) >> 12);
165 switch (op_flags[x] & OPTYPE_MASK) {
203 type = op_flags[x] & ADDRMETH_MASK;
230 if ((op_flags[x] & OPTYPE_MASK) == OPTYPE_v) {
/external/pcre/dist2/src/sljit/
DsljitNativeX86_common.c1175 static sljit_s32 emit_clz(struct sljit_compiler *compiler, sljit_s32 op_flags, in emit_clz() argument
1182 SLJIT_UNUSED_ARG(op_flags); in emit_clz()
1213 EMIT_MOV(compiler, TMP_REG2, 0, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? (64 + 63) : (32 + 31)); in emit_clz()
1221 …FAIL_IF(sljit_emit_cmov_generic(compiler, SLJIT_EQUAL, dst_r, SLJIT_IMM, !(op_flags & SLJIT_I32_OP… in emit_clz()
1223 …inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? 63… in emit_clz()
1238 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local
1251 compiler->mode32 = op_flags & SLJIT_I32_OP; in sljit_emit_op1()
1272 if (op_flags & SLJIT_I32_OP) { in sljit_emit_op1()
1361 if (SLJIT_UNLIKELY(op_flags & SLJIT_SET_Z)) in sljit_emit_op1()
1369 return emit_clz(compiler, op_flags, dst, dstw, src, srcw); in sljit_emit_op1()
DsljitNativePPC_common.c1112 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local
1130 if (GET_FLAG_TYPE(op_flags) == SLJIT_OVERFLOW) in sljit_emit_op1()
1139 if (op_flags & SLJIT_I32_OP) { in sljit_emit_op1()
1153 if (HAS_FLAGS(op_flags)) in sljit_emit_op1()
1192 …return emit_op(compiler, SLJIT_NEG, flags | (GET_FLAG_TYPE(op_flags) ? ALT_FORM1 : 0), dst, dstw, … in sljit_emit_op1()
1196 …return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_I32_OP) ? 0 : ALT_FORM1), dst, dst… in sljit_emit_op1()
DsljitNativeARM_64.c1118 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local
1148 … return emit_op_imm(compiler, op | ((op_flags & SLJIT_I32_OP) ? INT_OP : 0), dst_r, TMP_REG1, src); in sljit_emit_op1()
1203 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1()
1206 if (op_flags & SLJIT_I32_OP) { in sljit_emit_op1()
DsljitNativeARM_T2_32.c1320 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local
1392 return sljit_emit_op2(compiler, SLJIT_SUB | op_flags, dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1()
1395 flags = HAS_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1()
/external/tensorflow/tensorflow/python/tools/
Doptimize_for_inference_lib.py331 scaled_weights, flags=["multi_index"], op_flags=["readwrite"])
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm.i33 %rename(op_flags) x86_op_flags;