代码搜索:ARM
找到约 10,000 项符合「ARM」的源代码
代码结果 10,000
www.eeworm.com/read/292144/3956636
hrl hipe_arm.hrl
%%% -*- erlang-indent-level: 2 -*-
%%% $Id$
%%% Basic Values:
%%%
%%% temp ::= #arm_temp{reg, type, allocatable}
%%% reg ::=
%%% type ::= tagged | untagged
%%% alloca
www.eeworm.com/read/292144/3956637
erl hipe_arm.erl
%%% -*- erlang-indent-level: 2 -*-
%%% $Id$
-module(hipe_arm).
-export([
mk_temp/2,
mk_new_temp/1,
mk_new_nonallocatable_temp/1,
is_temp/1,
temp_reg/1,
temp_type/1,
temp_is_allocatable/
www.eeworm.com/read/292144/3958745
c hipe_arm.c
/* $Id$
*/
#include /* offsetof() */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "global.h"
#include "erl_binary.h"
#include
#include "hipe_arch.h"
#include "hip
www.eeworm.com/read/292144/3958772
h hipe_arm.h
/* $Id$
*/
#ifndef HIPE_ARM_H
#define HIPE_ARM_H
extern void hipe_flush_icache_word(void *address);
extern void hipe_flush_icache_range(void *address, unsigned int nbytes);
/* for stack descriptor
www.eeworm.com/read/292144/3958795
tab hipe_arm.tab
# $Id$
# ARM-specific atoms and bifs
atom arm
atom inc_stack_0
www.eeworm.com/read/286082/4042487
pjt arm_boot_be.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="arm_boot"
ProjectDir="M:\ipc\pitvob\orion\ipc\arm_boot\"
ProjectType=Executable
CPU
www.eeworm.com/read/286082/4042488
h arm_boot.h
//============================================================================
// Filename: arm_boot.h
//
// Description: This file contains the functions prototypes and definitions
// to loa
www.eeworm.com/read/286082/4042489
cmd arm_boot.cmd
MEMORY
{
VECTOR: origin = 0x00000000, length 0x00000200
FLASH: origin = 0x00001000, length 0x0001f000
SRAM: origin = 0x00020000, length 0x00020000
INTME