Home
last modified time | relevance | path

Searched refs:UDF (Results 1 – 25 of 36) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMScheduleM4.td95 def : M4UnitL1I<(instregex "t2?UDF$", "tBKPT", "t2DBG")>;
DARMInstrInfo.td2191 // 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]>;
DARMScheduleA57.td133 "(t2)?SRS(DA|DB|IA|IB)", "SWP(B)?", "t?TRAP", "(t2|t)?UDF$", "t2DCPS", "t2SG",
DARMInstrThumb.td1413 // A8.8.247 UDF - Undefined (Encoding T1)
DARMInstrThumb2.td2730 // A8.8.247 UDF - Undefined (Encoding T2)
/external/e2fsprogs/doc/RelNotes/
Dv1.34.txt48 The blkid probe function now more correctly detects UDF filesystems.
Dv1.40.txt305 Add support for returning labels for UDF filesystems in the blkid
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td2046 // 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.
DARMInstrThumb.td1253 // A8.8.247 UDF - Undefined (Encoding T1)
DARMInstrThumb2.td2423 // A8.8.247 UDF - Undefined (Encoding T2)
/external/vixl/src/aarch64/
Dconstants-aarch64.h4418 UDF = ReservedFixed | 0x00000000 enumerator
Ddisasm-aarch64.cc5458 VIXL_ASSERT(instr->Mask(ReservedMask) == UDF); in VisitReserved()
Dassembler-aarch64.cc5502 void Assembler::udf(int code) { Emit(UDF | ImmUdf(code)); } in udf()
Dsimulator-aarch64.cc3537 VIXL_ASSERT(instr->Mask(ReservedMask) == UDF); in VisitReserved()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenAsmWriter.inc2554 4286139U, // UDF
6778 0U, // UDF
DARMGenMCCodeEmitter.inc1862 UINT64_C(3891265776), // UDF
12475 case ARM::UDF: {
18537 CEFBS_IsARM, // UDF = 1849
/external/capstone/arch/ARM/
DARMGenAsmWriter.inc509 414486U, // UDF
3313 0U, // UDF
DARMGenInstrInfo.inc3700 …ID_UnmodeledSideEffects), 0xd00ULL, nullptr, nullptr, OperandInfo5,0,nullptr }, // Inst #492 = UDF
/external/e2fsprogs/debian/
Dchangelog2791 * 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/
DAArch64GenMCCodeEmitter.inc4733 UINT64_C(0), // UDF
15509 case AArch64::UDF: {
20662 CEFBS_None, // UDF = 4720
DAArch64GenAsmWriter.inc5682 7391877U, // UDF
11072 0U, // UDF
DAArch64GenAsmWriter1.inc6679 14882588U, // UDF
12069 0U, // UDF
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md3125 ### UDF ### subsection
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td4274 // UDF : Permanently UNDEFINED instructions. Format: Opc = 0x0000, 16 bit imm.
DAArch64InstrInfo.td1992 def UDF : UDFType<0, "udf">;

12