Home
last modified time | relevance | path

Searched refs:use_constant (Results 1 – 19 of 19) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/x64/
H A Dlower.rs2672 let mask_constant = ctx.use_constant(VCodeConstantData::WellKnown( in lower_insn_to_regs()
4622 ctx.use_constant(VCodeConstantData::WellKnown(&UINT_MASK_HIGH)); in lower_insn_to_regs()
5032 ctx.use_constant(VCodeConstantData::WellKnown(&PXOR_CONST)); in lower_insn_to_regs()
5051 ctx.use_constant(VCodeConstantData::WellKnown(&MADD_CONST)); in lower_insn_to_regs()
5068 ctx.use_constant(VCodeConstantData::WellKnown(&ADDD_CONST2)); in lower_insn_to_regs()
5252 ctx.use_constant(VCodeConstantData::WellKnown(&UMAX_MASK)); in lower_insn_to_regs()
6218 ctx.use_constant(VCodeConstantData::Pool( in lower_insn_to_regs()
6284 let constant = ctx.use_constant(VCodeConstantData::Generated(mask.into())); in lower_insn_to_regs()
6349 let constant = ctx.use_constant(VCodeConstantData::WellKnown(&ZERO_MASK_VALUE)); in lower_insn_to_regs()
6673 let mask_const = ctx.use_constant(VCodeConstantData::WellKnown(&SAT_MASK)); in lower_insn_to_regs()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp602 bool use_constant = false; in do_ArithmeticOp_Int() local
608 use_constant = true; in do_ArithmeticOp_Int()
610 use_constant = true; in do_ArithmeticOp_Int()
615 if (use_constant) { in do_ArithmeticOp_Int()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp602 bool use_constant = false; in do_ArithmeticOp_Int() local
608 use_constant = true; in do_ArithmeticOp_Int()
610 use_constant = true; in do_ArithmeticOp_Int()
615 if (use_constant) { in do_ArithmeticOp_Int()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp556 bool use_constant = false; in do_ArithmeticOp_Int() local
562 use_constant = true; in do_ArithmeticOp_Int()
564 use_constant = true; in do_ArithmeticOp_Int()
569 if (use_constant) { in do_ArithmeticOp_Int()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp555 bool use_constant = false; in do_ArithmeticOp_Int() local
561 use_constant = true; in do_ArithmeticOp_Int()
563 use_constant = true; in do_ArithmeticOp_Int()
568 if (use_constant) { in do_ArithmeticOp_Int()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp599 bool use_constant = false; in do_ArithmeticOp_Int() local
605 use_constant = true; in do_ArithmeticOp_Int()
607 use_constant = true; in do_ArithmeticOp_Int()
612 if (use_constant) { in do_ArithmeticOp_Int()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp599 bool use_constant = false; in do_ArithmeticOp_Int() local
605 use_constant = true; in do_ArithmeticOp_Int()
607 use_constant = true; in do_ArithmeticOp_Int()
612 if (use_constant) { in do_ArithmeticOp_Int()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp556 bool use_constant = false; in do_ArithmeticOp_Int() local
562 use_constant = true; in do_ArithmeticOp_Int()
564 use_constant = true; in do_ArithmeticOp_Int()
569 if (use_constant) { in do_ArithmeticOp_Int()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp555 bool use_constant = false; in do_ArithmeticOp_Int() local
561 use_constant = true; in do_ArithmeticOp_Int()
563 use_constant = true; in do_ArithmeticOp_Int()
568 if (use_constant) { in do_ArithmeticOp_Int()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp599 bool use_constant = false; in do_ArithmeticOp_Int() local
605 use_constant = true; in do_ArithmeticOp_Int()
607 use_constant = true; in do_ArithmeticOp_Int()
612 if (use_constant) { in do_ArithmeticOp_Int()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/
H A Dc1_LIRGenerator_x86.cpp555 bool use_constant = false; in do_ArithmeticOp_Int() local
561 use_constant = true; in do_ArithmeticOp_Int()
563 use_constant = true; in do_ArithmeticOp_Int()
568 if (use_constant) { in do_ArithmeticOp_Int()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dlower.rs157 fn use_constant(&mut self, constant: VCodeConstantData) -> VCodeConstant; in use_constant() method
1252 fn use_constant(&mut self, constant: VCodeConstantData) -> VCodeConstant { in use_constant() method
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dlower.rs157 fn use_constant(&mut self, constant: VCodeConstantData) -> VCodeConstant; in use_constant() method
1252 fn use_constant(&mut self, constant: VCodeConstantData) -> VCodeConstant { in use_constant() method
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/machinst/
H A Dlower.rs156 fn use_constant(&mut self, constant: VCodeConstantData) -> VCodeConstant; in use_constant() method
1260 fn use_constant(&mut self, constant: VCodeConstantData) -> VCodeConstant { in use_constant() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dlower.rs157 fn use_constant(&mut self, constant: VCodeConstantData) -> VCodeConstant; in use_constant() method
1252 fn use_constant(&mut self, constant: VCodeConstantData) -> VCodeConstant { in use_constant() method
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/x64/
H A Dlower.rs2301 let mask_constant = ctx.use_constant(VCodeConstantData::WellKnown( in lower_insn_to_regs()
2312 let mask_constant = ctx.use_constant(VCodeConstantData::WellKnown(mask)); in lower_insn_to_regs()
5405 ctx.use_constant(VCodeConstantData::Pool( in lower_insn_to_regs()
5456 let constant = ctx.use_constant(VCodeConstantData::Generated(constructed_mask)); in lower_insn_to_regs()
5472 let constant = ctx.use_constant(VCodeConstantData::Generated(constructed_mask)); in lower_insn_to_regs()
5483 let constant = ctx.use_constant(VCodeConstantData::Generated(constructed_mask)); in lower_insn_to_regs()
5516 let constant = ctx.use_constant(VCodeConstantData::WellKnown(&ZERO_MASK_VALUE)); in lower_insn_to_regs()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/
H A Dlower.rs2301 let mask_constant = ctx.use_constant(VCodeConstantData::WellKnown( in lower_insn_to_regs()
2312 let mask_constant = ctx.use_constant(VCodeConstantData::WellKnown(mask)); in lower_insn_to_regs()
5405 ctx.use_constant(VCodeConstantData::Pool( in lower_insn_to_regs()
5456 let constant = ctx.use_constant(VCodeConstantData::Generated(constructed_mask)); in lower_insn_to_regs()
5472 let constant = ctx.use_constant(VCodeConstantData::Generated(constructed_mask)); in lower_insn_to_regs()
5483 let constant = ctx.use_constant(VCodeConstantData::Generated(constructed_mask)); in lower_insn_to_regs()
5516 let constant = ctx.use_constant(VCodeConstantData::WellKnown(&ZERO_MASK_VALUE)); in lower_insn_to_regs()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/x64/
H A Dlower.rs2301 let mask_constant = ctx.use_constant(VCodeConstantData::WellKnown( in lower_insn_to_regs()
2312 let mask_constant = ctx.use_constant(VCodeConstantData::WellKnown(mask)); in lower_insn_to_regs()
5405 ctx.use_constant(VCodeConstantData::Pool( in lower_insn_to_regs()
5456 let constant = ctx.use_constant(VCodeConstantData::Generated(constructed_mask)); in lower_insn_to_regs()
5472 let constant = ctx.use_constant(VCodeConstantData::Generated(constructed_mask)); in lower_insn_to_regs()
5483 let constant = ctx.use_constant(VCodeConstantData::Generated(constructed_mask)); in lower_insn_to_regs()
5516 let constant = ctx.use_constant(VCodeConstantData::WellKnown(&ZERO_MASK_VALUE)); in lower_insn_to_regs()
/dports/graphics/vkd3d/vkd3d-1.2/tests/
H A Dd3d12.c28763 bool use_constant; in test_clip_distance()
28785 if (use_constant) in test_clip_distance()
28809 bool use_constant; in test_clip_distance()
28832 if (use_constant) in test_clip_distance()
28835 if (use_constant) in test_clip_distance()
28861 bool use_constant; in test_clip_distance()
28877 if (use_constant) in test_clip_distance()
28882 if (use_constant) in test_clip_distance()
28887 if (use_constant) in test_clip_distance()
28948 bool use_constant; in test_clip_distance() member
[all …]