HomeSort by relevance Sort by last modified time
    Searched refs:DCLZ (Results 1 - 10 of 10) sorted by null

  /external/pcre/dist2/src/sljit/
sljitNativeMIPS_64.c 225 FAIL_IF(push_inst(compiler, SELECT_OP(DCLZ, CLZ) | S(src2) | TA(EQUAL_FLAG) | DA(EQUAL_FLAG), EQUAL_FLAG));
227 FAIL_IF(push_inst(compiler, SELECT_OP(DCLZ, CLZ) | S(src2) | T(dst) | D(dst), DR(dst)));
sljitNativeMIPS_common.c 193 #define DCLZ (HI(28) | LO(36))
    [all...]
  /external/v8/src/mips64/
constants-mips64.h 572 DCLZ = ((4U << 3) + 4),
    [all...]
assembler-mips64.cc     [all...]
simulator-mips64.cc     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
MipsGenFastISel.inc 204 return fastEmitInst_r(Mips::DCLZ, &Mips::GPR64RegClass, Op0, Op0IsKill);
    [all...]
MipsGenMCCodeEmitter.inc     [all...]
MipsGenAsmMatcher.inc     [all...]
MipsGenInstrInfo.inc 1186 DCLZ = 1171,
    [all...]
MipsGenDAGISel.inc     [all...]

Completed in 108 milliseconds