Home
last modified time | relevance | path

Searched refs:w1 (Results 1 – 10 of 10) sorted by relevance

/arch/sparc/math-emu/
Dsfp-util_32.h27 #define umul_ppmm(w1, w0, u, v) \ argument
68 : "=r" ((USItype)(w1)), \
/arch/m68k/lib/
Dmuldi3.c24 #define umul_ppmm(w1, w0, u, v) \ argument
27 "=d" ((USItype)(w1)) \
/arch/sh/math-emu/
Dsfp-util.h21 #define umul_ppmm(w1, w0, u, v) \ argument
23 : "=r" ((u32)(w1)), "=r" ((u32)(w0)) \
/arch/m68knommu/lib/
Dmuldi3.c30 #define umul_ppmm(w1, w0, u, v) \ argument
50 (w1) = __x3 + __ll_highpart (__x1); \
/arch/xtensa/kernel/
Dalign.S68 .macro __src_b r, w0, w1; src \r, \w0, \w1; .endm argument
83 .macro __src_b r, w0, w1; src \r, \w1, \w0; .endm argument
/arch/xtensa/lib/
Dmemcopy.S14 .macro src_b r, w0, w1 argument
16 src \r, \w0, \w1
18 src \r, \w1, \w0
/arch/parisc/lib/
Dmemcpy.c81 #define MERGE(w0, sh_1, w1, sh_2) ({ \ argument
87 : "r"(w0), "r"(w1), "r"(sh_2) \
/arch/powerpc/xmon/
Dxmon.c2607 unsigned long w0,w1,w2; in dump_tlb_44x() local
2609 asm volatile("tlbre %0,%1,1" : "=r" (w1) : "r" (i)); in dump_tlb_44x()
2611 printf("[%02x] %08x %08x %08x ", i, w0, w1, w2); in dump_tlb_44x()
2615 w1 & PPC44x_TLB_ERPN_MASK, in dump_tlb_44x()
2616 w1 & PPC44x_TLB_RPN_MASK, in dump_tlb_44x()
/arch/x86/kernel/
Dio_apic.c451 struct { u32 w1, w2; }; member
460 eu.w1 = io_apic_read(apic, 0x10 + 2 * pin); in ioapic_read_entry()
478 io_apic_write(apic, 0x10 + 2*pin, eu.w1); in __ioapic_write_entry()
500 io_apic_write(apic, 0x10 + 2*pin, eu.w1); in ioapic_mask_entry()
/arch/arm/
DKconfig1289 source "drivers/w1/Kconfig"