Searched refs:IH (Results 1 - 17 of 17) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/m68k/
H A Dinterrupt_thread-2.c12 #define IH interrupt_thread macro
14 #define IH interrupt_handler macro
19 extern void f2 (void) __attribute__((interrupt_handler, IH)); /* { dg-error "multiple interrupt attributes not allowed" } */
21 extern void f3 (void) __attribute__((IH, interrupt_handler)); /* { dg-error "multiple interrupt attributes not allowed" } */
23 extern void f4 (void) __attribute__((IH, IH)); /* { dg-error "multiple interrupt attributes not allowed" } */
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/efi/include/
H A Defilib.h31 extern EFI_HANDLE IH;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/bfin/
H A Dinvalid_arith_mode.s3 // All available modes: FU, IS, IU, T, TFU, S2RND, ISS2, IH, W32
13 R0 = A0 (IH);
25 R0 = R1.L * R2.H (IH);
35 A0 = R1.L * R2.H (IH);
45 R0 = (A0 = R1.L * R2.H) (IH);
H A Darith_mode.s13 R0.L = A0 (IH);
34 R0.H = R1.L * R2.H (IH);
61 R0.L = (A0 = R1.L * R2.H) (IH);
H A Darith_mode.d17 20: 63 c1 00 38 R0.L = A0 \(IH\);
32 5c: 64 c3 0a 40 R0.H = R1.L \* R2.H \(IH\);
50 a4: 63 c1 0a 22 R0.L = \(A0 = R1.L \* R2.H\) \(IH\);
H A Dmove2.s435 R0.L = A0(IH);
436 R1.L = A0(IH);
460 R0.H = A1(IH);
461 R1.H = A1(IH);
487 R0.L = A0, R0.H = A1(IH);
488 R1.L = A0, R1.H = A1(IH);
513 R0.H = A1,R0.L = A0 (IH);
514 R1.H = A1,R1.L = A0 (IH);
H A Dmove2.d314 2d4: 63 c1 00 38 R0.L = A0 \(IH\);
315 2d8: 63 c1 40 38 R1.L = A0 \(IH\);
330 314: 67 c1 00 18 R0.H = A1 \(IH\);
331 318: 67 c1 40 18 R1.H = A1 \(IH\);
346 354: 67 c1 00 38 R0.H = A1, R0.L = A0 \(IH\);
347 358: 67 c1 40 38 R1.H = A1, R1.L = A0 \(IH\);
362 394: 67 c1 00 38 R0.H = A1, R0.L = A0 \(IH\);
363 398: 67 c1 40 38 R1.H = A1, R1.L = A0 \(IH\);
H A Dmove.s73 R2.l = A0, r2.H = A1 (IH);
H A Dmove.d68 92: 67 c1 80 38 R2.H = A1, R2.L = A0 \(IH\);
H A Dexpected_errors.s22 a0 += R2.L * R3.L (IH);
H A Dparallel2.s25 R2.l = A0, r2.H = A1 (IH) || r0 = [i2 ++ m2];
H A Darithmetic.d123 128: 63 c1 6c 30 R1.L = \(A0 -= R5.L \* R4.L\) \(IH\);
H A Dparallel2.d50 a8: 67 c9 80 38 R2.H = A1, R2.L = A0 \(IH\) \|\| R0 = \[I2 \+\+ M2\] \|\| NOP;
H A Dparallel.d152 240: 63 c9 6c 30 R1.L = \(A0 -= R5.L \* R4.L\) \(IH\) \|\| R6.L = W\[I1\+\+\] \|\| \[I2 \+\+ M2\] = R7;
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/efi/libefi/
H A Defi.c36 EFI_HANDLE IH; variable
80 BS->Exit(IH, exit_code, 0, NULL);
92 IH = image_handle;
101 BS->Exit(IH, status, 0, NULL);
107 status = BS->HandleProtocol(IH, &image_protocol, (VOID**)&img);
H A Dexec.c169 status = BS->ExitBootServices(IH, mapkey);
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/ia64/efi/
H A Dmain.c130 BS->HandleProtocol(IH, &imgid, (VOID**)&img);

Completed in 174 milliseconds