Home
last modified time | relevance | path

Searched refs:CLZ (Results 1 - 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu.h214 A_ALU1(CLZ)
/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h147 CLZ = 1 << 4 enumerator
H A Dassembler-arm.cc1819 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 Dconstants-arm64.h1054 CLZ = DataProcessing1SourceFixed | 0x00001000,
1055 CLZ_w = CLZ,
1056 CLZ_x = CLZ | SixtyFourBits,
H A Dassembler-arm64.cc1185 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 DsljitNativeMIPS_common.c286 #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 DsljitNativeARM_64.c84 #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 DsljitNativeARM_32.c98 #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 DsljitNativeARM_T2_32.c120 #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 Dconstants-mips64.h595 CLZ = ((4U << 3) + 0),
1776 case CLZ:
H A Dassembler-mips64.cc2532 GenInstrRegister(SPECIAL2, rs, rd, rd, 0, CLZ); in clz()
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h571 CLZ = ((4U << 3) + 0),
1704 case CLZ:
H A Dassembler-mips.cc2340 GenInstrRegister(SPECIAL2, rs, rd, rd, 0, CLZ); in clz()
/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_compiler.h1388 VIR_A_ALU1(CLZ)
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h1428 CLZ = DataProcessing1SourceFixed | 0x00001000, enumerator
1429 CLZ_w = CLZ,
1430 CLZ_x = CLZ | SixtyFourBits,
H A Dassembler-aarch64.cc1034 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 Ddisasm-arm64.cc629 FORMAT(CLZ, "clz"); in VisitDataProcessing1Source()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc2361 case CLZ: { in DecodeType01()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc3885 case MFHI: // MFHI == CLZ on R6. in DecodeTypeRegisterSPECIAL()
4205 case CLZ:
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc3875 case MFHI: // MFHI == CLZ on R6. in DecodeTypeRegisterSPECIAL()
4105 case CLZ:

Completed in 108 milliseconds