Searched refs:TEMP0 (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | enc_mips32.c | 44 "sra %[" #TEMP0 "], %[" #TEMP0 "], 16 \n\n" \ 62 "addiu %[" #TEMP0 "], %[" #TEMP0 "], 4 \n\t" \ 69 "sra %[" #TEMP0 "], %[" #TEMP0 "], 16 \n\t" \ 80 "sra %[" #TEMP0 "], %[" #TEMP0 "], 3 \n\t" \ 88 "addu %[" #TEMP0 "], %[temp16], %[" #TEMP0 "] \n\t" \ 434 "subu %[" #TEMP0 "], %[" #TEMP0 "], %[" #TEMP1 "] \n\t" \ 454 #define VERTICAL_PASS(A, B, C, D, TEMP0, TEMP4, TEMP8, TEMP12) \ argument 455 "addu %[temp16], %[" #TEMP0 "], %[" #TEMP12 "] \n\t" \ 456 "subu %[temp19], %[" #TEMP0 "], %[" #TEMP12 "] \n\t" \ 464 "addu %[" #TEMP0 "], %[temp16], %[temp17] \n\t" \ [all …]
|
A D | enc_mips_dsp_r2.c | 79 #define HORIZONTAL_PASS(A, TEMP0, TEMP1, TEMP2, TEMP3) \ argument 80 "lw %[" #TEMP0 "], 0(%[args]) \n\t" \ 82 "lw %[" #TEMP2 "], " XSTR(BPS) "*" #A "(%[" #TEMP0 "]) \n\t" \ 84 "preceu.ph.qbl %[" #TEMP0 "], %[" #TEMP2 "] \n\t" \ 88 "subq.ph %[" #TEMP0 "], %[" #TEMP0 "], %[" #TEMP1 "] \n\t" \ 90 "rotr %[" #TEMP0 "], %[" #TEMP0 "], 16 \n\t" \ 91 "addq.ph %[" #TEMP1 "], %[" #TEMP2 "], %[" #TEMP0 "] \n\t" \ 98 "addu %[" #TEMP0 "], %[" #TEMP0 "], %[temp16] \n\t" \ 104 "sll %[" #TEMP0 "], %[" #TEMP0 "], 3 \n\t" \ 127 "sra %[" #TEMP0 "], %[" #TEMP0 "], 4 \n\t" \ [all …]
|
A D | dec_mips_dsp_r2.c | 549 #define LOAD_4_BYTES(TEMP0, TEMP1, TEMP2, TEMP3, \ argument 551 "lbu %[" #TEMP0 "], " #A "+" #A1 "*" XSTR(BPS) "(%[" #SRC "]) \n\t" \ 625 #define STORE_8_BYTES(TEMP0, TEMP1, A, B, C, DST) \ argument 626 "usw %[" #TEMP0 "], " #A "*" XSTR(BPS) "(%[" #DST "]) \n\t" \ 727 #define LOAD_8_BYTES(TEMP0, TEMP1, A, B, C, SRC) \ argument 728 "ulw %[" #TEMP0 "], " #A "*" XSTR(BPS) "(%[" #SRC "]) \n\t" \
|
Completed in 11 milliseconds