Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for tlbi_op (0.13 sec)

  1. src/cmd/internal/obj/link.go

    //		String literal value (raw bytes used for DATA instruction).
    //		Encoding:
    //			type = TYPE_SCONST
    //			val = string
    //
    //	<symbolic constant name>
    //		Special symbolic constants for ARM64, such as conditional flags, tlbi_op and so on.
    //		Encoding:
    //			type = TYPE_SPECIAL
    //			offset = The constant value corresponding to this symbol
    //
    //	<register name>
    //		Any register: integer, floating point, control, segment, and so on.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 33.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm64/asm7.go

    	SPOP_PSTL2KEEP: 18,
    	SPOP_PSTL2STRM: 19,
    	SPOP_PSTL3KEEP: 20,
    	SPOP_PSTL3STRM: 21,
    }
    
    // sysInstFields helps convert SYS alias instructions to SYS instructions.
    // For example, the format of TLBI is: TLBI <tlbi_op>{, <Xt>}.
    // It's equivalent to: SYS #<op1>, C8, <Cm>, #<op2>{, <Xt>}.
    // The field hasOperand2 indicates whether Xt is required. It helps to check
    // some combinations that may be undefined, such as TLBI VMALLE1IS, R0.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.json

    {"Name":"TLBI","Bits":"1|1|0|1|0|1|0|1|0|0|0|0|1|op1:3|1|0|0|0|CRm:4|op2:3|Rt:5","Arch":"System variant","Syntax":"TLBI <tlbi_op>{, <Xt>}","Code":"","Alias":"This instruction is an alias of the SYS instruction."},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 234.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

          dot_general_op.getLoc());
    }
    
    // Replace BinaryOp with a combination of TfBinaryOp and TfReduceOp if the
    // init value doesn't match the expectation of TfReduceOp.
    template <typename TfReduceOp, typename TfBinOp>
    LogicalResult rewriteNonMatchInitValue(mhlo::ReduceOp reduce_op, Value input,
                                           TF::ConstOp reduction_indices,
                                           ConversionPatternRewriter& rewriter) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
Back to top