/external/rust/crates/gdbstub/src/arch/mips/ |
D | mod.rs | 21 pub enum Mips64<RegIdImpl: RegId = reg::id::MipsRegId<u64>> { enum 42 impl<RegIdImpl: RegId> Arch for Mips64<RegIdImpl> { implementation
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrFPU.td | 117 string DecoderNamespace = "Mips64"; 133 string DecoderNamespace = "Mips64"; 140 let DecoderNamespace = "Mips64"; 263 let DecoderNamespace = "Mips64" in 287 let DecoderNamespace = "Mips64" in { 324 let DecoderNamespace = "Mips64" in { 375 let DecoderNamespace = "Mips64"; 383 let DecoderNamespace = "Mips64"; 399 let DecoderNamespace = "Mips64"; 410 let DecoderNamespace = "Mips64", AdditionalPredicates = [NotInMicroMips] in { [all …]
|
D | MipsSubtarget.h | 42 Mips3, Mips4, Mips5, Mips64, Mips64r2, Mips64r3, Mips64r5, Mips64r6 enumerator 212 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64()
|
D | Mips.td | 139 "Mips64", "Mips64 ISA Support",
|
D | MipsCondMov.td | 152 let DecoderNamespace = "Mips64" in { 191 let DecoderNamespace = "Mips64" in {
|
D | Mips64InstrInfo.td | 1 //===- Mips64InstrInfo.td - Mips64 Instruction Information -*- tablegen -*-===// 10 // This file describes Mips64 instructions. 93 let DecoderNamespace = "Mips64" in { 482 let DecoderNamespace = "Mips64", Predicates = [HasMips64] in {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 45 Mips3, Mips4, Mips5, Mips64, Mips64r2, Mips64r3, Mips64r5, Mips64r6 enumerator 269 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64()
|
D | Mips.td | 151 "Mips64", "Mips64 ISA Support", 168 "Symbols are 32 bit on Mips64">;
|
D | Mips64InstrInfo.td | 1 //===- Mips64InstrInfo.td - Mips64 Instruction Information -*- tablegen -*-===// 9 // This file describes Mips64 instructions. 117 let DecoderNamespace = "Mips64" in { 283 DecoderNamespace = "Mips64" in { 619 let DecoderNamespace = "Mips64" in { 631 let DecoderNamespace = "Mips64" in {
|
D | MicroMipsInstrFPU.td | 373 let DecoderNamespace = "Mips64" in
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsSubtarget.h | 45 Mips3, Mips4, Mips5, Mips64, Mips64r2, Mips64r3, Mips64r5, Mips64r6 enumerator 272 bool hasMips64() const { return MipsArchVersion >= Mips64; } in hasMips64()
|
D | Mips.td | 135 "Mips64", "Mips64 ISA Support", 152 "Symbols are 32 bit on Mips64">;
|
D | Mips64InstrInfo.td | 1 //===- Mips64InstrInfo.td - Mips64 Instruction Information -*- tablegen -*-===// 9 // This file describes Mips64 instructions. 117 let DecoderNamespace = "Mips64" in { 283 DecoderNamespace = "Mips64" in { 619 let DecoderNamespace = "Mips64" in { 631 let DecoderNamespace = "Mips64" in {
|
D | MicroMipsInstrFPU.td | 373 let DecoderNamespace = "Mips64" in
|
/external/rust/crates/gdbstub/ |
D | CHANGELOG.md | 23 - Implement `RegId` for Mips/Mips64 [\#38](https://github.com/daniel5151/gdbstub/pull/38) ([starf… 115 - Add Mips and Mips64 support [\#13](https://github.com/daniel5151/gdbstub/pull/13) ([starfleetca…
|
/external/capstone/bindings/ocaml/ |
D | capstone.ml | 46 | CS_MODE_MIPS64 (* Mips64 mode (for Mips) *)
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenSubtargetInfo.inc | 111 …{ "mips64", "Mips64 ISA Support", Mips::FeatureMips64, { { { 0x12000000ULL, 0x0ULL, 0x0ULL, } } } … 126 …{ "sym32", "Symbols are 32 bit on Mips64", Mips::FeatureSym32, { { { 0x0ULL, 0x0ULL, 0x0ULL, } } }… 3836 if (Bits[Mips::FeatureMips64] && MipsArchVersion < Mips64) MipsArchVersion = Mips64;
|