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

Method opcode

cranelift/codegen/src/isa/riscv64/inst/args.rs:464–471  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

462 }
463
464 pub(crate) fn opcode(self) -> u32 {
465 match self {
466 Self::Fmadd => 0b1000011,
467 Self::Fmsub => 0b1000111,
468 Self::Fnmsub => 0b1001011,
469 Self::Fnmadd => 0b1001111,
470 }
471 }
472}
473
474impl FpuOPRR {

Callers 15

buildMethod · 0.45
process_blockMethod · 0.45
stepFunction · 0.45
can_int_divzFunction · 0.45
insert_int_divz_sequenceFunction · 0.45
can_fcvt_trapFunction · 0.45
insert_fcvt_sequenceFunction · 0.45
mutateMethod · 0.45
harvest_candidate_lhsFunction · 0.45
inline_oneFunction · 0.45
type_suffixFunction · 0.45
write_instructionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected