Lines Matching defs:name
12 // * Neither the name of ARM Limited nor the names of its contributors may be
772 // If the code represents the stack pointer, index the name after zr.
783 // If the code represents the stack pointer, index the name after zr.
1442 std::stringstream name;
1444 name << XRegNameForCode(code) << GetPartialRegSuffix(format);
1451 name << WRegNameForCode(code);
1454 name << XRegNameForCode(code);
1466 name.str().c_str(),
1496 std::stringstream name;
1499 name << VRegNameForCode(code) << GetPartialRegSuffix(format);
1506 name << BRegNameForCode(code);
1509 name << HRegNameForCode(code);
1512 name << SRegNameForCode(code);
1515 name << DRegNameForCode(code);
1518 name << VRegNameForCode(code);
1530 name.str().c_str(),
1646 std::stringstream name;
1647 name << ZRegNameForCode(code) << '<' << msb << ':' << lsb << '>';
1653 name.str().c_str(),
1663 void Simulator::PrintPartialPRegister(const char* name,
1681 // "# {name}<15:0>: 0b{-------------value------------}"
1687 prefix << name << '<' << msb << ':' << lsb << '>';
1761 // prefix ("0x"): "# {name}: 0x"