Searched refs:USR (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.cpp | 113 // Many insns change the USR implicitly, but only one or another flag. in init() 114 // The instruction table models the USR.OVF flag, which can be in init() 130 // USR has subregisters (while C8 does not for technical reasons), so in init() 131 // reset R to USR, since we know how to handle multiple defs of USR, in init() 134 R = Hexagon::USR; in init() 581 unsigned UsrR = Hexagon::USR; // Silence warning about mixed types in ?:. in checkRegisters() 582 unsigned BadR = RI.isSubRegister(Hexagon::USR, R) ? UsrR : R; in checkRegisters() 594 unsigned UsrR = Hexagon::USR; in checkRegisters() 595 unsigned BadR = RI.isSubRegister(Hexagon::USR, in checkRegisters() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonRegisterInfo.cpp | 155 Reserved.set(Hexagon::USR); // C8 in getReservedRegs()
|
H A D | HexagonISelLowering.cpp | 304 .Case("usr", Hexagon::USR) in getRegisterByName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/Disassembler/ |
H A D | HexagonDisassembler.cpp | 652 /* 8 */ USR, PC, UGP, GP, in DecodeCtrRegsRegisterClass()
|
/third_party/rust/crates/clang-sys/src/ |
H A D | lib.rs | 1465 pub USR: *const c_char,
|
Completed in 16 milliseconds