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

Method flags

cranelift/assembler-x64/meta/src/dsl/format.rs:172–175  ·  view source on GitHub ↗

Set the EFLAGS mutability for this instruction.

(mut self, eflags: Eflags)

Source from the content-addressed store, hash-verified

170
171 /// Set the EFLAGS mutability for this instruction.
172 pub fn flags(mut self, eflags: Eflags) -> Self {
173 self.eflags = eflags;
174 self
175 }
176
177 /// Return true if an instruction uses EFLAGS.
178 pub fn uses_eflags(&self) -> bool {

Callers 6

runFunction · 0.45
test_tuplesFunction · 0.45
fmtMethod · 0.45
generate_blocksMethod · 0.45
create_target_isaFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_tuplesFunction · 0.36