Home
last modified time | relevance | path

Searched refs:UDF (Results 1 - 4 of 4) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h4426 UDF = ReservedFixed | 0x00000000 enumerator
H A Ddisasm-aarch64.cc5566 // UDF is the only instruction in this group, and the Decoder is precise. in Disassembler()
5567 VIXL_ASSERT(instr->Mask(ReservedMask) == UDF); in Disassembler()
6778 case 'U': { // IUdf - UDF immediate. in Disassembler()
H A Dassembler-aarch64.cc6040 void Assembler::udf(int code) { Emit(UDF | ImmUdf(code)); }
H A Dsimulator-aarch64.cc3686 // UDF is the only instruction in this group, and the Decoder is precise here. in Simulator()
3687 VIXL_ASSERT(instr->Mask(ReservedMask) == UDF); in Simulator()
3689 printf("UDF (permanently undefined) instruction at %p: 0x%08" PRIx32 "\n", in Simulator()
3692 VIXL_ABORT_WITH_MSG("UNDEFINED (UDF)\n"); in Simulator()

Completed in 50 milliseconds