Searched defs:arm (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/asm-arm/
H A Dprocessor.h2 * linux/include/asm-arm/processor.h
27 u32 arm; member in union:debug_insn
/external/llvm/include/llvm/ADT/
H A DTriple.h47 arm, // ARM; arm, armv.*, xscale enumerator in enum:llvm::Triple::ArchType
/external/netcat/
H A Dnetcat.c248 /* arm :
250 void arm (num, secs) function
263 } /* arm */
756 arm (1, o_wait);
763 arm (0, 0);
833 arm (2, o_wait); /* might as well timeout this, too */
840 arm (0, 0);
858 arm (2, o_wait); /* wrap this in a timer, too; 0 = forever */
863 arm (0, 0);
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c185 /*--- arm insn stream. ---*/
10205 static void mk_ldm_stm ( Bool arm, /* True: ARM, False: Thumb */ argument
10225 assign(oldRnT, arm ? getIRegA(rN) : getIRegT(rN));
10254 if (arm)
10347 if (arm) {
10361 : (arm ? getIRegA(r) : getIRegT(r) ) );
10369 if (arm)
12043 DIP("\t(arm) 0x%x: ", (UInt)guest_R15_curr_instr_notENC);
12886 mk_ldm_stm( True/*arm*/, rN, bINC, bBEFORE, bW, bL, regList );
12931 arm o
[all...]

Completed in 627 milliseconds