代码搜索:ARM

找到约 10,000 项符合「ARM」的源代码

代码结果 10,000
www.eeworm.com/read/277562/4154449

h vq_arm4.h

/* Copyright (C) 2004 Jean-Marc Valin */ /** @file vq_arm4.h @brief ARM4-optimized vq routine */ /* Redistribution and use in source and binary forms, with or without modification, are per
www.eeworm.com/read/276761/4164253

c arm920t.c

#include "common.h" /* The CP15 "ID" register (c0) contains the processor name and revision. */ U32 ARM_CP15_DeviceIDRead(void) { U32 id; __asm { MRC P15, 0, id, c0, c0; } return id; }
www.eeworm.com/read/276761/4164262

h arm920t.h

#ifndef __ARM920T_INCLUDE_ #define __ARM920T_INCLUDE_ #define CR_MMU 0x00000001 #define CR_BIG 0x00000080 #define CR_DCACHE 0x00000004 #define CR_ICACHE 0x00001000 #define
www.eeworm.com/read/274483/4186266

h arm7tdmi.h

/* * arm7tdmi.h: * * Copyright (C) 2004, OPEN-JTAG, All rights reserved. */ #ifndef XJTAG_ARM7TDMI_H #define XJTAG_ARM7TDMI_H typedef struct arm7tdmi_status{ int state; //Debug
www.eeworm.com/read/274483/4186268

c arm7tdmi.c

/* * arm7tdmi.c: implement the core routes for ARM7TDMI * * Copyright (C) 2004, OPEN-JTAG, All rights reserved. */ #include #include "../tool.h" #include "../xjerr.h" #includ
www.eeworm.com/read/274140/4187862

h fixed_arm4.h

/* Copyright (C) 2004 Jean-Marc Valin */ /** @file fixed_arm4.h @brief ARM4 fixed-point operations */ /* Redistribution and use in source and binary forms, with or without modificat
www.eeworm.com/read/274140/4187871

h ltp_arm4.h

/* Copyright (C) 2004 Jean-Marc Valin File: ltp.c Lont-Term Prediction functions (SSE version) Redistribution and use in source and binary forms, with or without modification, are p
www.eeworm.com/read/274140/4187886

h filters_arm4.h

/* Copyright (C) 2004 Jean-Marc Valin File: filters_arm4.h ARM4-optimized filtering routines Redistribution and use in source and binary forms, with or without modification, are per
www.eeworm.com/read/274140/4187902

h vq_arm4.h

/* Copyright (C) 2004 Jean-Marc Valin File: vq_arm4.h ARM4-optimized vq routine Redistribution and use in source and binary forms, with or without modification, are permitted provid
www.eeworm.com/read/274140/4188006

s dsputil_arm_s.s

@ @ ARMv4L optimized DSP utils @ Copyright (c) 2004 AGAWA Koji @ @ This library is free software; you can redistribute it and/or @ modify it under the terms of the GNU Less