Searched refs:op_flags (Results 1 – 6 of 6) sorted by relevance
/external/google-breakpad/src/third_party/libdisasm/ |
D | ia32_invariant.c | 145 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/ |
D | sljitNativeX86_common.c | 1172 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 …]
|
D | sljitNativeARM_64.c | 1283 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()
|
D | sljitNativeARM_T2_32.c | 1319 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()
|
D | sljitNativePPC_common.c | 1305 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/google-breakpad/src/third_party/libdisasm/swig/ |
D | libdisasm.i | 33 %rename(op_flags) x86_op_flags;
|