Lines Matching refs:s23
1482 COMPARE(ldp(s23, s24, MemOperand(x25, -256)), "ldp s23, s24, [x25, #-256]");
1547 COMPARE(stp(s23, s24, MemOperand(x25, -256)), "stp s23, s24, [x25, #-256]");
2017 COMPARE_PREFIX(ldr(s23, INT64_C(0)), "ldr s23, pc+0");
2018 COMPARE_PREFIX(ldr(s23, 1), "ldr s23, pc+4");
2019 COMPARE_PREFIX(ldr(s23, -1), "ldr s23, pc-4");
2020 COMPARE_PREFIX(ldr(s23, 0x3ffff), "ldr s23, pc+1048572");
2021 COMPARE_PREFIX(ldr(s23, -0x40000), "ldr s23, pc-1048576");