Home
last modified time | relevance | path

Searched refs:write_operands (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/validator_ragel/
H A Dspec.py426 def _ProcessOperandWrites(instruction, write_operands, zero_extending=False): argument
442 for i, op in enumerate(write_operands):
455 if zero_extending and i == len(write_operands) - 1:
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/
H A Dwrite.rs481 write_operands(w, &func.dfg, isa, inst)?; in write_instruction()
492 pub fn write_operands( in write_operands() function
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/
H A Dwrite.rs469 write_operands(w, &func.dfg, isa, inst)?; in write_instruction()
480 pub fn write_operands( in write_operands() function
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/
H A Dwrite.rs483 write_operands(w, &func.dfg, isa, inst)?; in write_instruction()
494 pub fn write_operands( in write_operands() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dwrite.rs483 write_operands(w, &func.dfg, isa, inst)?; in write_instruction()
494 pub fn write_operands( in write_operands() function
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/
H A Dwrite.rs483 write_operands(w, &func.dfg, isa, inst)?; in write_instruction()
494 pub fn write_operands( in write_operands() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/
H A Dwrite.rs483 write_operands(w, &func.dfg, isa, inst)?; in write_instruction()
494 pub fn write_operands( in write_operands() function
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/
H A Dwrite.rs481 write_operands(w, &func.dfg, isa, inst)?; in write_instruction()
492 pub fn write_operands( in write_operands() function
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/ir/
H A Ddfg.rs15 use crate::write::write_operands;
974 write_operands(f, dfg, isa, inst) in fmt()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/ir/
H A Ddfg.rs15 use crate::write::write_operands;
945 write_operands(f, dfg, isa, inst) in fmt()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/ir/
H A Ddfg.rs15 use crate::write::write_operands;
980 write_operands(f, dfg, isa, inst) in fmt()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Ddfg.rs15 use crate::write::write_operands;
980 write_operands(f, dfg, isa, inst) in fmt()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/ir/
H A Ddfg.rs15 use crate::write::write_operands;
988 write_operands(f, dfg, isa, inst) in fmt()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Ddfg.rs15 use crate::write::write_operands;
980 write_operands(f, dfg, isa, inst) in fmt()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/ir/
H A Ddfg.rs15 use crate::write::write_operands;
963 write_operands(f, dfg, isa, inst) in fmt()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dllutil.h1565 void write_operands(OPERAND *operand, int flags);
H A Dcgmain.cpp2340 write_operands(call_op->next, 0); in write_I_CALL()
3065 write_operands(instrs->operands, 0); in write_instructions()
3083 write_operands(instrs->operands, 0); in write_instructions()
3103 write_operands(p, FLG_AS_UNSIGNED); in write_instructions()
3159 write_operands(p, 0); in write_instructions()
3175 write_operands(instrs->operands, 0); in write_instructions()
3184 write_operands(instrs->operands, 0); in write_instructions()
H A Dllutil.cpp2352 write_operands(OPERAND *operand, int flags) in write_operands() function