Home
last modified time | relevance | path

Searched refs:load_fp_constant32 (Results 1 – 20 of 20) sorted by relevance

/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/aarch64/
H A Dlower.rs604 ctx.emit(Inst::load_fp_constant32(rd, value)); in lower_constant_f32()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/aarch64/
H A Dlower.rs651 ctx.emit(Inst::load_fp_constant32(rd, value)); in lower_constant_f32()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/aarch64/
H A Dlower.rs831 for inst in Inst::load_fp_constant32(rd, value.to_bits(), alloc_tmp) { in lower_constant_f32()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/aarch64/
H A Dlower.rs831 for inst in Inst::load_fp_constant32(rd, value.to_bits(), alloc_tmp) { in lower_constant_f32()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/aarch64/
H A Dlower.rs831 for inst in Inst::load_fp_constant32(rd, value.to_bits(), alloc_tmp) { in lower_constant_f32()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/
H A Dmod.rs1369 pub fn load_fp_constant32<F: FnMut(Type) -> Writable<Reg>>( in load_fp_constant32() method
1410 Inst::load_fp_constant32(rd, const_data, alloc_tmp)
3043 Inst::load_fp_constant32(to_reg, value as u32, alloc_tmp)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/
H A Dmod.rs1369 pub fn load_fp_constant32<F: FnMut(Type) -> Writable<Reg>>( in load_fp_constant32() method
1410 Inst::load_fp_constant32(rd, const_data, alloc_tmp)
3043 Inst::load_fp_constant32(to_reg, value as u32, alloc_tmp)
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/
H A Dmod.rs1369 pub fn load_fp_constant32<F: FnMut(Type) -> Writable<Reg>>( in load_fp_constant32() method
1410 Inst::load_fp_constant32(rd, const_data, alloc_tmp)
3043 Inst::load_fp_constant32(to_reg, value as u32, alloc_tmp)
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/isa/aarch64/inst/
H A Dmod.rs957 pub fn load_fp_constant32(rd: Writable<Reg>, value: f32) -> Inst { in load_fp_constant32() method
1902 ret.push(Inst::load_fp_constant32(
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/aarch64/inst/
H A Dmod.rs1490 pub fn load_fp_constant32<F: FnMut(Type) -> Writable<Reg>>( in load_fp_constant32() method
1531 Inst::load_fp_constant32(rd, const_data, alloc_tmp)
3219 F32 => Inst::load_fp_constant32(to_reg.unwrap(), value as u32, alloc_tmp),
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/s390x/inst/
H A Dmod.rs1026 pub fn load_fp_constant32(rd: Writable<Reg>, value: f32) -> Inst { in load_fp_constant32() method
2216 ret.push(Inst::load_fp_constant32(
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/s390x/inst/
H A Dmod.rs1026 pub fn load_fp_constant32(rd: Writable<Reg>, value: f32) -> Inst { in load_fp_constant32() method
2216 ret.push(Inst::load_fp_constant32(
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/s390x/inst/
H A Dmod.rs1026 pub fn load_fp_constant32(rd: Writable<Reg>, value: f32) -> Inst { in load_fp_constant32() method
2216 ret.push(Inst::load_fp_constant32(
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/s390x/inst/
H A Dmod.rs1199 pub fn load_fp_constant32(rd: Writable<Reg>, value: f32) -> Inst { in load_fp_constant32() method
2439 ret.push(Inst::load_fp_constant32(
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/aarch64/
H A Dlower.rs970 for inst in Inst::load_fp_constant32(rd, value.to_bits(), alloc_tmp) { in lower_constant_f32()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/
H A Dmod.rs837 pub fn load_fp_constant32(rd: Writable<Reg>, value: f32) -> Inst { in load_fp_constant32() method
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/s390x/
H A Dlower.rs537 ctx.emit(Inst::load_fp_constant32(rd, value)); in lower_constant_f32()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/s390x/
H A Dlower.rs537 ctx.emit(Inst::load_fp_constant32(rd, value)); in lower_constant_f32()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/s390x/
H A Dlower.rs537 ctx.emit(Inst::load_fp_constant32(rd, value)); in lower_constant_f32()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/s390x/
H A Dlower.rs545 ctx.emit(Inst::load_fp_constant32(rd, value)); in lower_constant_f32()