/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64AddressingModes.h | 246 unsigned CLO = countLeadingOnes(Imm); 247 I = 64 - CLO; 248 CTO = CLO + countTrailingOnes(Imm) - (64 - Size);
|
/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.h | 285 virtual void CLO(int Rd, int Rs);
|
MIPSAssembler.h | 325 void CLO(int Rd, int Rs);
|
MIPS64Assembler.cpp | [all...] |
MIPSAssembler.cpp | [all...] |
/external/v8/src/mips/ |
constants-mips.h | 460 CLO = ((4U << 3) + 1), [all...] |
/external/v8/src/mips64/ |
constants-mips64.h | 483 CLO = ((4U << 3) + 1), [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
nds32-asm.c | 371 {"clo", "=rt,%ra", ALU2 (CLO), 4, ATTR (PERF_EXT), 0, NULL, 0, NULL}, [all...] |