Home
last modified time | relevance | path

Searched defs:store_reg (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_idct16x16_neon.c39 int64_t store_reg[8]; in vp9_idct16x16_256_add_neon() local
114 int64_t store_reg[8]; in vp9_idct16x16_10_add_neon() local
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c4824 int64_t store_reg[8]; in vp8_receive_raw_frame() local
4887 int64_t store_reg[8]; in vp8_get_compressed_data() local
/external/qemu/target-arm/
Dtranslate.c185 static void store_reg(DisasContext *s, int reg, TCGv var) in store_reg() function