Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 63 of 63 for plfd (0.07 sec)

  1. src/cmd/internal/obj/ppc64/asm9.go

    		OPVCC(41, 0, 0, 0), // lhzu
    		OPVCC(42, 0, 0, 0), // lha
    		OPVCC(43, 0, 0, 0), // lhau
    		OPVCC(46, 0, 0, 0), // lmw
    		OPVCC(48, 0, 0, 0), // lfs
    		OPVCC(49, 0, 0, 0), // lfsu
    		OPVCC(50, 0, 0, 0), // lfd
    		OPVCC(51, 0, 0, 0), // lfdu
    		OPVCC(36, 0, 0, 0), // stw
    		OPVCC(37, 0, 0, 0), // stwu
    		OPVCC(38, 0, 0, 0), // stb
    		OPVCC(39, 0, 0, 0), // stbu
    		OPVCC(44, 0, 0, 0), // sth
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm/asm5.go

    		}
    		o2 = c.oshr(int(p.From.Reg), 0, REGTMP, int(p.Scond))
    		if o.flag&LPCREL != 0 {
    			o3 = o2
    			o2 = c.oprrr(p, AADD, int(p.Scond)) | REGTMP&15 | (REGPC&15)<<16 | (REGTMP&15)<<12
    		}
    
    	case 95: /* PLD off(reg) */
    		o1 = 0xf5d0f000
    
    		o1 |= (uint32(p.From.Reg) & 15) << 16
    		if p.From.Offset < 0 {
    			o1 &^= (1 << 23)
    			o1 |= uint32((-p.From.Offset) & 0xfff)
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.efif"/>
      </mime-type>
      <mime-type type="application/vnd.poc.group-advertisement+xml"/>
      <mime-type type="application/vnd.pocketlearn">
        <glob pattern="*.plf"/>
      </mime-type>
      <mime-type type="application/vnd.powerbuilder6">
        <glob pattern="*.pbd"/>
      </mime-type>
      <mime-type type="application/vnd.powerbuilder6-s"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top