Searched refs:TEMP1 (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 | 33 #define VERTICAL_PASS(A, B, C, D, TEMP4, TEMP0, TEMP1, TEMP2, TEMP3) \ argument 51 "addu %[" #TEMP1 "], %[temp16], %[" #TEMP2 "] \n\t" \ 416 #define HORIZONTAL_PASS(A, TEMP0, TEMP1, TEMP2, TEMP3) \ argument 417 "lw %[" #TEMP1 "], 0(%[args]) \n\t" \ 419 "lbu %[temp16], 0+" XSTR(BPS) "*" #A "(%[" #TEMP1 "]) \n\t" \ 421 "lbu %[temp18], 1+" XSTR(BPS) "*" #A "(%[" #TEMP1 "]) \n\t" \ 424 "lbu %[temp16], 2+" XSTR(BPS) "*" #A "(%[" #TEMP1 "]) \n\t" \ 427 "lbu %[temp18], 3+" XSTR(BPS) "*" #A "(%[" #TEMP1 "]) \n\t" \ 429 "subu %[" #TEMP1 "], %[temp16], %[temp17] \n\t" \ 433 "addu %[temp20], %[" #TEMP0 "], %[" #TEMP1 "] \n\t" \ [all …]
|
A D | enc_mips_dsp_r2.c | 79 #define HORIZONTAL_PASS(A, TEMP0, TEMP1, TEMP2, TEMP3) \ argument 81 "lw %[" #TEMP1 "], 4(%[args]) \n\t" \ 83 "lw %[" #TEMP3 "], " XSTR(BPS) "*" #A "(%[" #TEMP1 "]) \n\t" \ 85 "preceu.ph.qbl %[" #TEMP1 "], %[" #TEMP3 "] \n\t" \ 88 "subq.ph %[" #TEMP0 "], %[" #TEMP0 "], %[" #TEMP1 "] \n\t" \ 91 "addq.ph %[" #TEMP1 "], %[" #TEMP2 "], %[" #TEMP0 "] \n\t" \ 93 "seh %[" #TEMP0 "], %[" #TEMP1 "] \n\t" \ 106 "addu %[" #TEMP1 "], %[temp16], %[" #TEMP1 "] \n\t" \ 108 "addiu %[" #TEMP1 "], %[" #TEMP1 "], 1812 \n\t" \ 110 "sra %[" #TEMP1 "], %[" #TEMP1 "], 9 \n\t" [all …]
|
A D | dec_mips_dsp_r2.c | 549 #define LOAD_4_BYTES(TEMP0, TEMP1, TEMP2, TEMP3, \ argument 552 "lbu %[" #TEMP1 "], " #B "+" #B1 "*" XSTR(BPS) "(%[" #SRC "]) \n\t" \ 625 #define STORE_8_BYTES(TEMP0, TEMP1, A, B, C, DST) \ argument 627 "usw %[" #TEMP1 "], " #B "+" #C "*" XSTR(BPS) "(%[" #DST "]) \n\t" 727 #define LOAD_8_BYTES(TEMP0, TEMP1, A, B, C, SRC) \ argument 729 "ulw %[" #TEMP1 "], " #B "+" #C "*" XSTR(BPS) "(%[" #SRC "]) \n\t"
|
Completed in 10 milliseconds