Searched refs:cc (Results 76 - 91 of 91) sorted by relevance

1234

/arch/arm/kernel/
H A Dkprobes-thumb.c88 int cc = (insn >> 22) & 0xf; local
89 asi->insn_check_cc = kprobe_condition_checks[cc];
191 : "lr", "memory", "cc"
216 : "lr", "memory", "cc"
246 : "lr", "memory", "cc"
267 : "lr", "memory", "cc"
287 : "lr", "memory", "cc"
312 : "lr", "memory", "cc"
1068 int cc = (insn >> 8) & 0xf; local
1069 asi->insn_check_cc = kprobe_condition_checks[cc];
[all...]
/arch/m68k/math-emu/
H A Dfp_cond.S94 | set flags for decode macros for fs<cc>
/arch/ia64/include/asm/
H A Dpal.h478 cc : 1, /* Cache check */ member in struct:pal_process_state_info_s
576 cc : 1, /* Error occurred member in struct:pal_bus_check_info_s
681 #define pmci_proc_cache_check pme_processor.cc
740 #define pmci_bus_cache_cache_transfer pme_bus.cc
/arch/mips/include/asm/txx9/
H A Dtx3927.h78 endian_def_b4(cc, scc, rpli, rid);
/arch/s390/mm/
H A Dpgtable.c861 int cc; local
868 : "=d" (cc), "+a" (addr) : : "cc");
869 return cc == 0;
/arch/m68k/fpsp040/
H A Dscale.S227 fmovex FPTEMP(%a6),%fp0 |use fmove to set cc's
H A Dres_func.S125 | Inst is ftst. Check the source operand and set the cc's accordingly.
338 | Write the result to memory, setting the fpsr cc bits. NaN and Inf
428 | Inst is ftst. Check the source operand and set the cc's accordingly.
855 orl %d1,USER_FPSR(%a6) |capture cc's and inex from fadd
882 orl %d1,USER_FPSR(%a6) |capture cc's and inex from fadd
1029 orl %d1,USER_FPSR(%a6) |capture cc's and inex from fadd
1057 orl %d1,USER_FPSR(%a6) |capture cc's and inex from fadd
1456 fmovel #0,%FPSR |clear any cc bits from res_func
1474 fmovel #0,%FPSR |clear any cc bits from res_func
/arch/blackfin/mach-common/
H A Ddpmc_modes.S210 cc = BITTST(R2, 1); /* SDSRA poll self-refresh status */ define
211 if !cc jump 1b;
/arch/powerpc/boot/
H A DMakefile32 ifeq ($(call cc-option-yn, -fstack-protector),y)
/arch/powerpc/include/asm/
H A Dps3av.h493 u8 cc:3; member in struct:ps3av_audio_info_frame::pb1_bit
/arch/powerpc/xmon/
H A Dxmon.c2779 int esel = i, cc = i; local
2782 cc = i / assoc;
2784 mas2 = cc * 0x1000;
2802 printf("%04x-%c", cc, 'A' + esel);
/arch/mips/include/asm/octeon/
H A Dcvmx-pcieep-defs.h943 uint32_t cc:1; member in struct:cvmx_pcieep_cfg070::cvmx_pcieep_cfg070_s
H A Dcvmx-pci-defs.h208 uint32_t cc:24; member in struct:cvmx_pci_cfg02::cvmx_pci_cfg02_s
H A Dcvmx-pciercx-defs.h1248 uint32_t cc:1; member in struct:cvmx_pciercx_cfg070::cvmx_pciercx_cfg070_s
/arch/m68k/ifpsp060/src/
H A Dfpsp.S4254 # TYPE == 1: FDB<cc>, FS<cc>, FTRAP<cc>
4261 cmpi.b %d1,&0x1 # is it an fdb<cc>?
4263 cmpi.b %d1,&0x7 # is it an fs<cc>?
4266 cmpi.b %d1,&0x2 # is it an fs<cc>?
4270 # ftrap<cc> #
4271 # ftrap<cc>.w #<data> #
4272 # ftrap<cc>.l #<data> #
4276 bsr.l _ftrapcc # FTRAP<cc>()
[all...]
/arch/s390/math-emu/
H A Dmath.c117 static inline void emu_set_CC (struct pt_regs *regs, int cc) argument
119 regs->psw.mask = (regs->psw.mask & 0xFFFFCFFF) | ((cc&3) << 12);

Completed in 317 milliseconds

1234