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.c1172 static sljit_s32 emit_clz(struct sljit_compiler *compiler, sljit_s32 op_flags, in emit_clz() argument
1179 SLJIT_UNUSED_ARG(op_flags); in emit_clz()
1190 …inst = emit_x86_instruction(compiler, 1 | EX86_SHIFT_INS, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? … in emit_clz()
1225 EMIT_MOV(compiler, dst_r, 0, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? 64 + 63 : 32 + 31); in emit_clz()
1226 compiler->mode32 = op_flags & SLJIT_I32_OP; in emit_clz()
1263 …inst = emit_x86_instruction(compiler, 1 | EX86_BIN_INS, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? 63… in emit_clz()
1287 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local
1303 compiler->mode32 = op_flags & SLJIT_I32_OP; in sljit_emit_op1()
1312 if (op_flags & SLJIT_I32_OP) { in sljit_emit_op1()
1423 if (SLJIT_UNLIKELY(GET_FLAGS(op_flags))) in sljit_emit_op1()
[all …]
DsljitNativeARM_64.c1283 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local
1381 … return emit_op_imm(compiler, op | ((op_flags & SLJIT_I32_OP) ? INT_OP : 0), dst_r, TMP_REG1, src); in sljit_emit_op1()
1394 flags = GET_FLAGS(op_flags) ? SET_FLAGS : 0; in sljit_emit_op1()
1396 if (op_flags & SLJIT_I32_OP) { in sljit_emit_op1()
1414 if (op_flags & SLJIT_I32_OP) in sljit_emit_op1()
DsljitNativeARM_T2_32.c1319 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local
1419 return sljit_emit_op2(compiler, SLJIT_SUB | op_flags, dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1()
1422 flags = (GET_FLAGS(op_flags) ? SET_FLAGS : 0) | ((op_flags & SLJIT_KEEP_FLAGS) ? KEEP_FLAGS : 0); in sljit_emit_op1()
DsljitNativePPC_common.c1305 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1() local
1316 if (op_flags & SLJIT_SET_O) in sljit_emit_op1()
1319 if (op_flags & SLJIT_I32_OP) { in sljit_emit_op1()
1411 …return emit_op(compiler, SLJIT_CLZ, flags | (!(op_flags & SLJIT_I32_OP) ? 0 : ALT_FORM1), dst, dst… in sljit_emit_op1()
/external/tensorflow/tensorflow/python/tools/
Doptimize_for_inference_lib.py327 scaled_weights, flags=["multi_index"], op_flags=["readwrite"])
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm.i33 %rename(op_flags) x86_op_flags;