| /src/external/gpl3/gdb/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.old/dist/gdbserver/ |
| linux-aarch64-low.cc | 1097 static const struct aarch64_register xzr = { 31, 1 }; variable in typeref:struct:aarch64_register 1431 return emit_load_store_exclusive (buf, rt.is64 ? 3 : 2, LDAXR, xzr, rt, 1432 xzr, rn); 1448 xzr, rn); 1462 return emit_load_store_exclusive (buf, rt.is64 ? 3 : 2, STLR, xzr, rt, 1463 xzr, rn); 1556 with the condition that the source register is not xzr. xzr and the 1655 This instruction is an alias of SUBS xzr, rn, rm. 1663 return emit_subs (buf, xzr, rn, operand) [all...] |