Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/ppc/
Dfft_init.c77 #define STORE8(p)\ in imdct_half_altivec() macro
93 STORE8(0); in imdct_half_altivec()
94 STORE8(1); in imdct_half_altivec()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp103 unsigned STORE8; member
318 STORE_OPCODE(STORE8, STRBi12); in OpcodeCache()
366 return isStore ? Opcodes.STORE8 : Opcodes.LOAD8; in selectLoadStoreOpCode()
1101 if (ValSize == 1 && NewOpc == Opcodes.STORE8) { in select()