HomeSort by relevance Sort by last modified time
    Searched full:int_op (Results 1 - 5 of 5) sorted by null

  /external/pcre/dist2/src/sljit/
sljitNativeARM_64.c 501 #define INT_OP 0x0040000
520 sljit_ins inv_bits = (flags & INT_OP) ? (1 << 31) : 0;
555 FAIL_IF(load_immediate(compiler, dst, (flags & INT_OP) ? (~imm & 0xffffffff) : ~imm));
594 inst_bits = logical_imm(imm, LOGICAL_IMM_CHECK | ((flags & INT_OP) ? 16 : 32));
601 inst_bits = logical_imm(imm, LOGICAL_IMM_CHECK | ((flags & INT_OP) ? 16 : 32));
613 if (flags & INT_OP) {
628 if (flags & INT_OP) {
677 if (!(flags & INT_OP))
687 if (!(flags & INT_OP))
693 if ((flags & INT_OP) && dst == arg2
    [all...]
sljitNativePPC_common.c 1253 sljit_s32 int_op = op & SLJIT_I32_OP; local
    [all...]
sljitNativeMIPS_common.c 1035 sljit_s32 int_op = op & SLJIT_I32_OP; local
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
mips-dis.c 1165 const struct mips_int_operand *int_op; local
1875 const struct mips_int_operand *int_op; local
    [all...]
  /external/valgrind/VEX/priv/
host_s390_isel.c 2781 IRExpr *int_op; local
3138 IRExpr *int_op; local
    [all...]

Completed in 279 milliseconds