Home | History | Annotate | Download | only in mips

Lines Matching defs:exchange

978   bool exchange = (last_instruction != 0 &&
981 if (exchange) {
987 if (exchange) {
988 // Exchange the last two instructions in the assembler buffer.
4254 // Exchange the last two instructions in the assembler buffer.
4271 // If possible, exchange the slt[u] instruction with the preceding instruction,
4274 bool exchange = CanExchangeWithSlt(rs, rt);
4275 if (exchange) {
4285 if (exchange) {
4684 bool exchange = IsInt<16>(static_cast<int32_t>(frame_size));
4686 if (exchange) {