Home | History | Annotate | Download | only in cctest

Lines Matching refs:Operand

95   __ Branch(&L, ne, v1, Operand((int64_t)0));
151 __ Branch(&error, ne, v0, Operand(0x0f234560));
156 __ Branch(&error, ne, v0, Operand(0x00001234));
159 __ Branch(&error, ne, v1, Operand(0xffffffff80000003));
162 __ Branch(&error, ne, v1, Operand(0x7ffffffc));
169 __ Branch(&error, ne, v0, Operand(0xffffffffedcba983));
177 __ Branch(&error, ne, v0, Operand(0x1));
180 __ Branch(&error, ne, v0, Operand(zero_reg));
191 __ Branch(&error, ne, v0, Operand(0x00007400));
194 __ Branch(&error, ne, v1, Operand(0xffffffff80000000));
199 __ Branch(&error, ne, v0, Operand(zero_reg));
203 __ Branch(&error, ne, v0, Operand(0x1));
209 __ Branch(&error, ne, v0, Operand(0x000019fc));
212 __ Branch(&error, ne, v1, Operand(0xffffffff81230000));
224 __ Branch(&error, ne, v0, Operand(51));
227 __ Branch(&error, ne, a0, Operand(0x7ff34fff));
230 __ Branch(&error, ne, a1, Operand(0x34f));
232 __ Branch(&error, ne, a0, Operand(t2));
657 __ Addu(a4, zero_reg, Operand(1));
802 __ Branch(&exit, ge, a0, Operand(zero_reg));
803 __ Branch(&exit2, ge, a0, Operand(0x00001FFF));
804 __ Branch(&exit3, ge, a0, Operand(0x0001FFFF));
5804 __ BranchShort(&done, eq, a0, Operand(a1));