Home
last modified time | relevance | path

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 DHexagonMCChecker.cpp113 // 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 DHexagonRegisterInfo.cpp155 Reserved.set(Hexagon::USR); // C8 in getReservedRegs()
H A DHexagonISelLowering.cpp304 .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 DHexagonDisassembler.cpp652 /* 8 */ USR, PC, UGP, GP, in DecodeCtrRegsRegisterClass()
/third_party/rust/crates/clang-sys/src/
H A Dlib.rs1465 pub USR: *const c_char,

Completed in 16 milliseconds