Home
last modified time | relevance | path

Searched refs:CLZ (Results 1 – 25 of 61) sorted by relevance

123

/third_party/vixl/test/aarch32/config/
Dcond-rd-rn-a32.json29 "Clz", // CLZ{<c>}{<q>} <Rd>, <Rm> ; A1
Dcond-rd-rn-t32.json33 "Clz", // CLZ{<c>}{<q>} <Rd>, <Rm> ; T1
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_qpu.h214 A_ALU1(CLZ)
/third_party/node/deps/v8/src/codegen/arm/
Dconstants-arm.h147 CLZ = 1 << 4 enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInteger.td85 defm CLZ : UnaryInt<ctlz, "clz ", 0x67, 0x79>;
/third_party/node/deps/v8/src/codegen/mips/
Dconstants-mips.h571 CLZ = ((4U << 3) + 0), enumerator
1704 case CLZ: in InstructionType()
/third_party/node/deps/v8/src/codegen/mips64/
Dconstants-mips64.h595 CLZ = ((4U << 3) + 0), enumerator
1776 case CLZ: in InstructionType()
/third_party/node/deps/v8/src/codegen/arm64/
Dconstants-arm64.h1054 CLZ = DataProcessing1SourceFixed | 0x00001000, enumerator
1055 CLZ_w = CLZ,
1056 CLZ_x = CLZ | SixtyFourBits,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td149 // CLS,CLZ,RBIT,REV,REV16,REV32
499 // CLS,CLZ,CNT,RBIT,REV16,REV32,REV64,XTN
DAArch64SchedFalkorDetails.td922 def : InstRW<[FalkorWr_1VXVY_2cyc], (instregex "^(CLS|CLZ|CNT|RBIT)(v2i32|v4i16|v8i8)$")>;
944 def : InstRW<[FalkorWr_2VXVY_2cyc], (instregex "^(CLS|CLZ|CNT|RBIT)(v4i32|v8i16|v16i8)$")>;
1207 def : InstRW<[FalkorWr_1XYZ_2cyc], (instregex "^(CLS|CLZ|RBIT|REV|REV16|REV32)(W|X)r$")>;
DAArch64SchedKryoDetails.td495 (instregex "(CLS|CLZ)(W|X)r")>;
501 (instregex "(CLS|CLZ|CNT)(v4i32|v8i16|v16i8)")>;
507 (instregex "(CLS|CLZ|CNT)(v2i32|v4i16|v8i8)")>;
DAArch64SchedThunderX2T99.td558 "^CLZ(W|X)r$")>;
1356 (instregex "(CLS|CLZ|CNT)(v4i32|v8i16|v16i8)")>;
/third_party/pcre2/pcre2/src/sljit/
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()
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()
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()
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/mesa3d/src/broadcom/compiler/
Dv3d_compiler.h1388 VIR_A_ALU1(CLZ) in VIR_A_ALU2()
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/
Dassembler-cases.txt192 0b 00 04 00 00 cc 91 00 CLZ.u32 r12, r11
/third_party/vixl/src/aarch64/
Dconstants-aarch64.h1420 CLZ = DataProcessing1SourceFixed | 0x00001000, enumerator
1421 CLZ_w = CLZ,
1422 CLZ_x = CLZ | SixtyFourBits,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsScheduleP5600.td181 def : InstRW<[P5600WriteAL2], (instrs CLO, CLZ, DI, EI, MFHI, MFLO,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DREADME.txt708 should just be implemented with a CLZ instruction. Since there are other
DARMScheduleR52.td309 "BICS?ri", "CLZ", "EORri", "MVNS?r", "ORRri", "RSBS?ri", "RSCri", "SBCri",
DARMScheduleSwift.td131 // CLZ,RBIT,REV,REV16,REVSH,PKH
/third_party/node/deps/v8/src/diagnostics/mips/
Ddisasm-mips.cc1435 case CLZ: in DecodeTypeRegisterSPECIAL2()
/third_party/node/deps/v8/src/diagnostics/arm/
Ddisasm-arm.cc921 case CLZ: in DecodeType01()

123