| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-aarch64-low.cc | 1093 static const struct aarch64_register xzr = { 31, 1 }; variable in typeref:struct:aarch64_register 1427 return emit_load_store_exclusive (buf, rt.is64 ? 3 : 2, LDAXR, xzr, rt, 1428 xzr, rn); 1444 xzr, rn); 1458 return emit_load_store_exclusive (buf, rt.is64 ? 3 : 2, STLR, xzr, rt, 1459 xzr, rn); 1552 with the condition that the source register is not xzr. xzr and the 1651 This instruction is an alias of SUBS xzr, rn, rm. 1659 return emit_subs (buf, xzr, rn, operand) [all...] |
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-aarch64-low.cc | 1139 static const struct aarch64_register xzr = { 31, 1 }; variable in typeref:struct:aarch64_register 1473 return emit_load_store_exclusive (buf, rt.is64 ? 3 : 2, LDAXR, xzr, rt, 1474 xzr, rn); 1490 xzr, rn); 1504 return emit_load_store_exclusive (buf, rt.is64 ? 3 : 2, STLR, xzr, rt, 1505 xzr, rn); 1598 with the condition that the source register is not xzr. xzr and the 1697 This instruction is an alias of SUBS xzr, rn, rm. 1705 return emit_subs (buf, xzr, rn, operand) [all...] |