/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qpu.h | 214 A_ALU1(CLZ)
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | constants-arm.h | 147 CLZ = 1 << 4 enumerator
|
H A D | assembler-arm.cc | 1819 emit(cond | B24 | B22 | B21 | 15 * B16 | dst.code() * B12 | 15 * B8 | CLZ | in clz()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 1054 CLZ = DataProcessing1SourceFixed | 0x00001000, 1055 CLZ_w = CLZ, 1056 CLZ_x = CLZ | SixtyFourBits,
|
H A D | assembler-arm64.cc | 1185 DataProcessing1Source(rd, rn, CLZ); in clz() 4106 // measure the distance d between bit positions a and c (using CLZ), and that in IsImmLogical() 4170 // be derived using a table lookup on CLZ(d). in IsImmLogical()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeMIPS_common.c | 286 #define CLZ (HI(28) | LO(32)) macro 1571 return push_inst(compiler, SELECT_OP(DCLZ, CLZ) | S(src2) | D(dst), DR(dst)); in emit_single_op() 1573 return push_inst(compiler, SELECT_OP(DCLZ, CLZ) | S(src2) | T(dst) | D(dst), DR(dst)); in emit_single_op() 1580 FAIL_IF(push_inst(compiler, SELECT_OP(DCLZ, CLZ) | S(dst) | D(dst), DR(dst))); in emit_single_op() 1582 FAIL_IF(push_inst(compiler, SELECT_OP(DCLZ, CLZ) | S(dst) | T(dst) | D(dst), DR(dst))); in emit_single_op()
|
H A D | sljitNativeARM_64.c | 84 #define CLZ 0xdac01000 macro 817 return push_inst(compiler, (CLZ ^ inv_bits) | RD(dst) | RN(arg2)); in emit_op_imm() 821 return push_inst(compiler, (CLZ ^ inv_bits) | RD(dst) | RN(dst)); in emit_op_imm()
|
H A D | sljitNativeARM_32.c | 98 #define CLZ 0xe16f0f10 macro 1490 FAIL_IF(push_inst(compiler, CLZ | RD(dst) | RM(src2))); in emit_single_op() 1499 FAIL_IF(push_inst(compiler, CLZ | RD(dst) | RM(TMP_REG2))); in emit_single_op() 1504 return push_inst(compiler, CLZ | RD(dst) | RM(dst)); in emit_single_op()
|
H A D | sljitNativeARM_T2_32.c | 120 #define CLZ 0xfab0f080 macro 839 return push_inst32(compiler, CLZ | RN4(arg2) | RD4(dst) | RM4(arg2)); in emit_op_imm() 843 return push_inst32(compiler, CLZ | RN4(dst) | RD4(dst) | RM4(dst)); in emit_op_imm()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | constants-mips64.h | 595 CLZ = ((4U << 3) + 0), 1776 case CLZ:
|
H A D | assembler-mips64.cc | 2532 GenInstrRegister(SPECIAL2, rs, rd, rd, 0, CLZ); in clz()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 571 CLZ = ((4U << 3) + 0), 1704 case CLZ:
|
H A D | assembler-mips.cc | 2340 GenInstrRegister(SPECIAL2, rs, rd, rd, 0, CLZ); in clz()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | v3d_compiler.h | 1388 VIR_A_ALU1(CLZ)
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1428 CLZ = DataProcessing1SourceFixed | 0x00001000, enumerator 1429 CLZ_w = CLZ, 1430 CLZ_x = CLZ | SixtyFourBits,
|
H A D | assembler-aarch64.cc | 1034 DataProcessing1Source(rd, rn, CLZ); in clz() 6589 // measure the distance d between bit positions a and c (using CLZ), and that 6653 // be derived using a table lookup on CLZ(d).
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 629 FORMAT(CLZ, "clz"); in VisitDataProcessing1Source()
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 2361 case CLZ: { in DecodeType01()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 3885 case MFHI: // MFHI == CLZ on R6. in DecodeTypeRegisterSPECIAL() 4205 case CLZ:
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 3875 case MFHI: // MFHI == CLZ on R6. in DecodeTypeRegisterSPECIAL() 4105 case CLZ:
|