Searched refs:PTR_SLL (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | cabac.h | 41 PTR_SLL "%[tmp0], %[tmp0], 0x01 \n\t" in get_cabac_inline_mips() 48 PTR_SLL "%[tmp0], %[c_range], 0x11 \n\t" in get_cabac_inline_mips() 65 PTR_SLL "%[c_range], %[c_range], %[tmp2] \n\t" in get_cabac_inline_mips() 66 PTR_SLL "%[c_low], %[c_low], %[tmp2] \n\t" in get_cabac_inline_mips() 90 PTR_SLL "%[tmp0], %[tmp0], 0x01 \n\t" in get_cabac_inline_mips() 95 PTR_SLL "%[tmp0], %[tmp0], %[tmp1] \n\t" in get_cabac_inline_mips() 129 PTR_SLL "%[c_low], %[c_low], 0x01 \n\t" in get_cabac_bypass_mips() 146 PTR_SLL "%[tmp1], %[tmp1], 0x01 \n\t" in get_cabac_bypass_mips() 157 PTR_SLL "%[tmp1], %[c_range], 0x11 \n\t" in get_cabac_bypass_mips() 181 PTR_SLL "%[c_low], %[c_low], 0x01 \n\t" in get_cabac_bypass_sign_mips() [all …]
|
D | h264dsp_mmi.c | 1580 PTR_SLL "%[addr0], %[stride], 0x02 \n\t" in deblock_v8_luma_intra_8_mmi()
|
/third_party/ffmpeg/libavutil/mips/ |
D | asmdefs.h | 44 # define PTR_SLL "dsll " macro 57 # define PTR_SLL "sll " macro
|
/third_party/openssl/crypto/sha/asm/ |
D | sha1-mips.pl | 67 $PTR_SLL="dsll"; # incidentally works even on n32 74 $PTR_SLL="sll"; 379 $PTR_SLL $num,6
|
D | sha512-mips.pl | 74 $PTR_SLL="dsll"; # incidentally works even on n32 82 $PTR_SLL="sll"; 351 $PTR_SLL @X[15],$len,`log(16*$SZ)/log(2)`
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
D | sha1-mips.pl | 67 $PTR_SLL="dsll"; # incidentally works even on n32 74 $PTR_SLL="sll"; 379 $PTR_SLL $num,6
|
D | sha512-mips.pl | 74 $PTR_SLL="dsll"; # incidentally works even on n32 82 $PTR_SLL="sll"; 351 $PTR_SLL @X[15],$len,`log(16*$SZ)/log(2)`
|
/third_party/openh264/codec/common/inc/ |
D | asmdefs_mmi.h | 50 # define PTR_SLL "dsll " macro 63 # define PTR_SLL "sll " macro
|
/third_party/openh264/codec/processing/src/mips/ |
D | vaa_mmi.c | 259 PTR_SLL "%[iPicStride], %[iPicStride], 0x04 \n\t" in VAACalcSad_mmi()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
D | aes-mips.pl | 82 $PTR_SLL="dsll"; # incidentally works even on n32 91 $PTR_SLL="sll";
|
/third_party/openssl/crypto/aes/asm/ |
D | aes-mips.pl | 82 $PTR_SLL="dsll"; # incidentally works even on n32 91 $PTR_SLL="sll";
|