Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for swi (0.01 sec)

  1. src/cmd/asm/internal/asm/testdata/armerror.s

    	CMN.S	R5->R2, R1         // ERROR "invalid .S suffix"
    	SLL.P	R1, R2, R3         // ERROR "invalid .P suffix"
    	SRA.U	R2, R8             // ERROR "invalid .U suffix"
    	SWI.S                      // ERROR "invalid .S suffix"
    	SWI.P	$0                 // ERROR "invalid .P suffix"
    	MOVW.S	$0xaaaaaaaa, R7    // ERROR "invalid .S suffix"
    	MOVW.P	$0xffffff44, R1    // ERROR "invalid .P suffix"
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Oct 23 15:18:14 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm.s

    //	}
    	BX	(R0)
    
    //
    // BEQ
    //
    //	LTYPE5 comma rel
    //	{
    //		outcode($1, Always, &nullgen, 0, &$3);
    //	}
    	BEQ	1(PC)
    
    //
    // SWI
    //
    //	LTYPE6 cond comma gen
    //	{
    //		outcode($1, $2, &nullgen, 0, &$4);
    //	}
    	SWI	$2
    	SWI	$3
    //	SWI	foo(SB) - TODO: classifying foo(SB) as C_TLS_LE
    
    //
    // CMP
    //
    //	LTYPE7 cond imsr ',' spreg
    //	{
    //		outcode($1, $2, &$3, $5, &nullgen);
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 69K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <sub-class-of type="application/vnd.apple.iwork" />
        <_comment>Password Protected iWorks File</_comment>
      </mime-type>
    
      <mime-type type="application/vnd.arastra.swi">
        <glob pattern="*.swi"/>
      </mime-type>
      <mime-type type="application/vnd.audiograph"/>
      <mime-type type="application/vnd.autopackage"/>
      <mime-type type="application/vnd.avistar+xml"/>
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
Back to top