Home
last modified time | relevance | path

Searched refs:STORE8 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/common/lib/libc/arch/arm/string/
H A Dmemset_arm.S34 #define STORE8 vst1.32 {d0}, [ip:64]! macro
38 #define STORE8 vstmia ip!, {d0} macro
42 #define STORE8 strd r2, [ip], #8 macro
43 #define STORE16 STORE8; STORE8
46 #define STORE8 stmia ip!, {r2,r3} macro
47 #define STORE16 STORE8; STORE8
120 STORE8 /* no, store a dword */
156 STORE8 /* yes, store a dword */
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp103 unsigned STORE8; member
316 STORE_OPCODE(STORE8, STRBi12); in OpcodeCache()
364 return isStore ? Opcodes.STORE8 : Opcodes.LOAD8; in selectLoadStoreOpCode()
1099 if (ValSize == 1 && NewOpc == Opcodes.STORE8) { in select()