Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for accept (0.16 sec)

  1. build-logic/buildquality/src/main/kotlin/gradlebuild/incubation/action/IncubatingApiReportWorkAction.kt

    /*
     * Copyright 2020 the original author or authors.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *      http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    HTML
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Sun Jun 25 02:53:14 GMT 2023
    - 12.7K bytes
    - Viewed (0)
  2. doc/asm.html

    assembly sources should typically avoid CX except between memory references.
    </p>
    
    <h3 id="amd64">64-bit Intel 386 (a.k.a. amd64)</h3>
    
    <p>
    The two architectures behave largely the same at the assembler level.
    Assembly code to access the <code>m</code> and <code>g</code>
    pointers on the 64-bit version is the same as on the 32-bit 386,
    except it uses <code>MOVQ</code> rather than <code>MOVL</code>:
    </p>
    
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
Back to top