/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMScheduleM4.td | 95 def : M4UnitL1I<(instregex "t2?UDF$", "tBKPT", "t2DBG")>;
|
D | ARMInstrInfo.td | 2191 // A8.8.247 UDF - Undefined (Encoding A1) 2192 def UDF : AInoP<(outs), (ins imm0_65535:$imm16), MiscFrm, NoItinerary, 2206 * For most targets use UDF #65006, for which the OS will generate SIGTRAP. 2207 * Other UDF encodings generate SIGILL. 2209 * NaCl's OS instead chooses an ARM UDF encoding that's also a UDF in Thumb. 2216 * - In ARM: UDF #60896; 2217 * - In Thumb: UDF #254 followed by a branch-to-self. 2233 def : Pat<(debugtrap), (UDF 254)>, Requires<[IsARM, NoV5T]>;
|
D | ARMScheduleA57.td | 133 "(t2)?SRS(DA|DB|IA|IB)", "SWP(B)?", "t?TRAP", "(t2|t)?UDF$", "t2DCPS", "t2SG",
|
D | ARMInstrThumb.td | 1413 // A8.8.247 UDF - Undefined (Encoding T1)
|
D | ARMInstrThumb2.td | 2730 // A8.8.247 UDF - Undefined (Encoding T2)
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.34.txt | 48 The blkid probe function now more correctly detects UDF filesystems.
|
D | v1.40.txt | 305 Add support for returning labels for UDF filesystems in the blkid
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 2046 // A8.8.247 UDF - Undefined (Encoding A1) 2047 def UDF : AInoP<(outs), (ins imm0_65535:$imm16), MiscFrm, NoItinerary, 2061 * For most targets use UDF #65006, for which the OS will generate SIGTRAP. 2062 * Other UDF encodings generate SIGILL. 2064 * NaCl's OS instead chooses an ARM UDF encoding that's also a UDF in Thumb. 2071 * - In ARM: UDF #60896; 2072 * - In Thumb: UDF #254 followed by a branch-to-self.
|
D | ARMInstrThumb.td | 1253 // A8.8.247 UDF - Undefined (Encoding T1)
|
D | ARMInstrThumb2.td | 2423 // A8.8.247 UDF - Undefined (Encoding T2)
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 4418 UDF = ReservedFixed | 0x00000000 enumerator
|
D | disasm-aarch64.cc | 5458 VIXL_ASSERT(instr->Mask(ReservedMask) == UDF); in VisitReserved()
|
D | assembler-aarch64.cc | 5502 void Assembler::udf(int code) { Emit(UDF | ImmUdf(code)); } in udf()
|
D | simulator-aarch64.cc | 3537 VIXL_ASSERT(instr->Mask(ReservedMask) == UDF); in VisitReserved()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenAsmWriter.inc | 2554 4286139U, // UDF 6778 0U, // UDF
|
D | ARMGenMCCodeEmitter.inc | 1862 UINT64_C(3891265776), // UDF 12475 case ARM::UDF: { 18537 CEFBS_IsARM, // UDF = 1849
|
/external/capstone/arch/ARM/ |
D | ARMGenAsmWriter.inc | 509 414486U, // UDF 3313 0U, // UDF
|
D | ARMGenInstrInfo.inc | 3700 …ID_UnmodeledSideEffects), 0xd00ULL, nullptr, nullptr, OperandInfo5,0,nullptr }, // Inst #492 = UDF
|
/external/e2fsprogs/debian/ |
D | changelog | 2791 * Add support for returning labels for UDF filesystems in the blkid 3831 * Improved the blkid library's UDF's probing functions.
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenMCCodeEmitter.inc | 4733 UINT64_C(0), // UDF 15509 case AArch64::UDF: { 20662 CEFBS_None, // UDF = 4720
|
D | AArch64GenAsmWriter.inc | 5682 7391877U, // UDF 11072 0U, // UDF
|
D | AArch64GenAsmWriter1.inc | 6679 14882588U, // UDF 12069 0U, // UDF
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 3125 ### UDF ### subsection
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 4274 // UDF : Permanently UNDEFINED instructions. Format: Opc = 0x0000, 16 bit imm.
|
D | AArch64InstrInfo.td | 1992 def UDF : UDFType<0, "udf">;
|