Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for PIC (0.04 sec)

  1. src/cmd/link/internal/ppc64/asm.go

    			// This stub doesn't need to be PIC. Load targ address from the PLT via its absolute address.
    			stub.AddSymRef(ctxt.Arch, plt, int64(ldr.SymPlt(targ)), objabi.R_ADDRPOWER_DS, 8)
    			stub.SetUint32(ctxt.Arch, stub.Size()-8, OP_LIS_R12)    // lis r12,targ@plt@ha
    			stub.SetUint32(ctxt.Arch, stub.Size()-4, OP_LD_R12_R12) // ld r12,targ@plt@l(r12)
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  2. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/ulpfec",
    				"application/vemmi",
    				"application/vividence.scriptfile",
    				"application/vnd.3gpp.bsf+xml",
    				"application/vnd.3gpp.pic-bw-large",
    				"application/vnd.3gpp.pic-bw-small",
    				"application/vnd.3gpp.pic-bw-var",
    				"application/vnd.3gpp.sms",
    				"application/vnd.3gpp2.bcmcsinfo+xml",
    				"application/vnd.3gpp2.sms",
    				"application/vnd.3gpp2.tcap",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/ppc64.s

    	BCL 20,undefined_symbol,CTR     // BCL $20,CR0LT,CTR // 4e800421
    	BCL 20,undefined_symbol+1,CTR   // BCL $20,CR0GT,CTR // 4e810421
    
    	// Verify bc encoding (without pic enabled)
    	BC $16,CR0LT,0(PC)              // 42000000
    	BCL $16,CR0LT,0(PC)             // 42000001
    	BC $18,CR0LT,0(PC)              // 42400000
    
    	MOVD SPR(3), 4(R1)              // 7fe302a6fbe10004
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:53:50 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ppc64/ssa.go

    		pp.Reg = ppc64.REG_CR0LT // The preferred value if BI is ignored.
    		pp.To.Reg = ppc64.REG_LR
    		pp.AddRestSourceConst(1)
    
    		if ppc64.NeedTOCpointer(base.Ctxt) {
    			// When compiling Go into PIC, the function we just
    			// called via pointer might have been implemented in
    			// a separate module and so overwritten the TOC
    			// pointer in R2; reload it.
    			q := s.Prog(ppc64.AMOVD)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. fess-crawler/src/test/resources/extractor/eml/sample2.eml

    </tr>
    <!-- IF TEXT-ONLY bottom padding -->
    <tr>
    <td height="28" style="padding:0;margin:0;line-height:1px;font-size:1px;"></td>
    </tr>
    <!-- end bottom padding for a text-only tweet-->
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Jan 16 07:50:35 UTC 2016
    - 91.6K bytes
    - Viewed (0)
Back to top