Lines Matching refs:w25
284 COMPARE(cmn(w24, Operand(w25)), "cmn w24, w25");
310 COMPARE(cmp(w24, Operand(w25)), "cmp w24, w25");
392 COMPARE(ngc(w24, Operand(w25)), "ngc w24, w25");
545 COMPARE(lsr(w24, w25, 10), "lsr w24, w25, #10");
562 COMPARE(bfc(w25, 13, 8), "bfc w25, #13, #8");
1461 COMPARE(ldp(w24, w25, MemOperand(x26, 252, PreIndex)),
1462 "ldp w24, w25, [x26, #252]!");
1526 COMPARE(stp(w24, w25, MemOperand(x26, 252, PreIndex)),
1527 "stp w24, w25, [x26, #252]!");
1646 COMPARE(stxr(w25, x26, MemOperand(x27)), "stxr w25, x26, [x27]");
1674 COMPARE(stlxrh(w25, x26, MemOperand(x27)), "stlxrh w25, w26, [x27]");
1703 COMPARE(stlrb(x25, MemOperand(sp)), "stlrb w25, [sp]");
1724 COMPARE(ldarb(w25, MemOperand(x26)), "ldarb w25, [x26]");
1783 COMPARE(casp(w24, w25, w26, w27, MemOperand(sp)),
1784 "casp w24, w25, w26, w27, [sp]");
1805 COMPARE(caspal(w24, w25, w26, w27, MemOperand(sp)),
1806 "caspal w24, w25, w26, w27, [sp]");
1927 COMPARE(stlurh(w25, MemOperand(x26)), "stlurh w25, [x26]");
2436 COMPARE_MACRO(Csel(w25, 0xcc, -0xcc, eq),
2437 "mov w25, #0xffffff34\n"
2438 "cneg w25, w25, eq");
2439 MacroAssembler::GetCselSynthesisInformation(w25,
2449 MacroAssembler::GetCselSynthesisInformation(w25,
2551 COMPARE_MACRO(Csel(w25, wzr, 1, eq), "cset w25, ne");
2552 MacroAssembler::GetCselSynthesisInformation(w25,