Home
last modified time | relevance | path

Searched defs:sh (Results 1 – 19 of 19) sorted by relevance

/arch/alpha/math-emu/
Dsfp-util.h8 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
11 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
/arch/sparc/math-emu/
Dsfp-util_32.h7 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
17 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
Dsfp-util_64.h15 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
29 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
/arch/mips/include/asm/
Duasm.h209 # define UASM_i_ROTR(buf, rs, rt, sh) uasm_i_drotr(buf, rs, rt, sh) argument
211 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_dsll(buf, rs, rt, sh) argument
212 # define UASM_i_SRA(buf, rs, rt, sh) uasm_i_dsra(buf, rs, rt, sh) argument
213 # define UASM_i_SRL(buf, rs, rt, sh) uasm_i_dsrl(buf, rs, rt, sh) argument
214 # define UASM_i_SRL_SAFE(buf, rs, rt, sh) uasm_i_dsrl_safe(buf, rs, rt, sh) argument
225 # define UASM_i_ROTR(buf, rs, rt, sh) uasm_i_rotr(buf, rs, rt, sh) argument
227 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_sll(buf, rs, rt, sh) argument
228 # define UASM_i_SRA(buf, rs, rt, sh) uasm_i_sra(buf, rs, rt, sh) argument
229 # define UASM_i_SRL(buf, rs, rt, sh) uasm_i_srl(buf, rs, rt, sh) argument
230 # define UASM_i_SRL_SAFE(buf, rs, rt, sh) uasm_i_srl(buf, rs, rt, sh) argument
/arch/sh/math-emu/
Dsfp-util.h6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
14 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
/arch/powerpc/include/asm/
Dsfp-machine.h216 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
239 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
/arch/mips/alchemy/common/
Dclock.c547 int sh = c->shift + 2; in alchemy_clk_fgv1_setr() local
667 int sh = c->shift + 2; in alchemy_clk_fgv2_setr() local
691 int sh = c->shift + 2; in alchemy_clk_fgv2_recalc() local
/arch/mips/boot/
Delf2ecoff.c270 Elf32_Shdr *sh; in main() local
/arch/powerpc/perf/
Dpower6-pmu.c273 int pmc, byte, sh, subunit; in p6_get_constraint() local
Dpower7-pmu.c88 int pmc, sh, unit; in power7_get_constraint() local
Dppc970-pmu.c197 int pmc, byte, unit, sh, spcsel; in p970_get_constraint() local
Dpower5-pmu.c143 int pmc, byte, unit, sh; in power5_get_constraint() local
Dpower4-pmu.c257 int pmc, byte, unit, lower, sh; in p4_get_constraint() local
Dpower5+-pmu.c139 int pmc, byte, unit, sh; in power5p_get_constraint() local
/arch/cris/include/arch-v32/arch/hwregs/
Dbif_core_defs.h169 unsigned int sh : 3; member
184 unsigned int sh : 3; member
/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
Dbif_core_defs.h169 unsigned int sh : 3; member
184 unsigned int sh : 3; member
/arch/mips/pci/
Dpci-ar2315.c205 u32 sh = (where & 3) * 8; in ar2315_pci_cfg_access() local
/arch/powerpc/lib/
Dsstep.c1159 unsigned int mb, me, sh; in analyse_instr() local
/arch/powerpc/xmon/
Dppc-opc.c2765 #define XTLB(op, xop, sh) (X ((op), (xop)) | ((((unsigned long)(sh)) & 0x1f) << 11)) argument