HomeSort by relevance Sort by last modified time
    Searched defs:CLO (Results 1 - 4 of 4) sorted by null

  /external/valgrind/none/tests/mips64/
arithmetic_instruction.c 7 CLO, CLZ, DADD, DADDI,
63 case CLO:
67 TEST3("clo $t0, $t1", reg_val1[i], t0, t1);
  /system/core/libpixelflinger/codeflinger/
MIPS64Assembler.cpp     [all...]
MIPSAssembler.cpp     [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 246 unsigned CLO = countLeadingOnes(Imm);
247 I = 64 - CLO;
248 CTO = CLO + countTrailingOnes(Imm) - (64 - Size);

Completed in 1423 milliseconds