Lines Matching full:t
16 * didn't bother updating them for 64-bit ...
28 ".set\tnoreorder\n\t" in strcpy()
30 "1:\tlbu\t$1,(%1)\n\t" in strcpy()
31 "addiu\t%1,1\n\t" in strcpy()
32 "sb\t$1,(%0)\n\t" in strcpy()
33 "bnez\t$1,1b\n\t" in strcpy()
34 "addiu\t%0,1\n\t" in strcpy()
35 ".set\tat\n\t" in strcpy()
53 ".set\tnoreorder\n\t" in strncpy()
55 "1:\tlbu\t$1,(%1)\n\t" in strncpy()
56 "subu\t%2,1\n\t" in strncpy()
57 "sb\t$1,(%0)\n\t" in strncpy()
58 "beqz\t$1,2f\n\t" in strncpy()
59 "addiu\t%0,1\n\t" in strncpy()
60 "bnez\t%2,1b\n\t" in strncpy()
61 "addiu\t%1,1\n" in strncpy()
62 "2:\n\t" in strncpy()
63 ".set\tat\n\t" in strncpy()
78 ".set\tnoreorder\n\t" in strcmp()
79 ".set\tnoat\n\t" in strcmp()
80 "lbu\t%2,(%0)\n" in strcmp()
81 "1:\tlbu\t$1,(%1)\n\t" in strcmp()
82 "addiu\t%0,1\n\t" in strcmp()
83 "bne\t$1,%2,2f\n\t" in strcmp()
84 "addiu\t%1,1\n\t" in strcmp()
85 "bnez\t%2,1b\n\t" in strcmp()
86 "lbu\t%2,(%0)\n\t" in strcmp()
88 "nop\n\t" in strcmp()
90 "move\t%2,$1\n" in strcmp()
91 "2:\tsubu\t%2,$1\n" in strcmp()
92 "3:\t.set\tat\n\t" in strcmp()
109 ".set\tnoreorder\n\t" in strncmp()
111 "1:\tlbu\t%3,(%0)\n\t" in strncmp()
112 "beqz\t%2,2f\n\t" in strncmp()
113 "lbu\t$1,(%1)\n\t" in strncmp()
114 "subu\t%2,1\n\t" in strncmp()
115 "bne\t$1,%3,3f\n\t" in strncmp()
116 "addiu\t%0,1\n\t" in strncmp()
117 "bnez\t%3,1b\n\t" in strncmp()
118 "addiu\t%1,1\n" in strncmp()
119 "2:\n\t" in strncmp()
121 "nop\n\t" in strncmp()
123 "move\t%3,$1\n" in strncmp()
124 "3:\tsubu\t%3,$1\n\t" in strncmp()
125 ".set\tat\n\t" in strncmp()