MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / udf

Method udf

winch/codegen/src/isa/aarch64/asm.rs:952–954  ·  view source on GitHub ↗

Permanently Undefined.

(&mut self, code: TrapCode)

Source from the content-addressed store, hash-verified

950
951 /// Permanently Undefined.
952 pub fn udf(&mut self, code: TrapCode) {
953 self.emit(Inst::Udf { trap_code: code });
954 }
955
956 /// Conditional trap.
957 pub fn trapif(&mut self, cc: Cond, code: TrapCode) {

Callers 2

unreachableMethod · 0.80
trapMethod · 0.80

Calls 1

emitMethod · 0.45

Tested by

no test coverage detected