Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/isa/x86/
H A Denc_tables.rs798 let controlling_type = pos.func.dfg.ctrl_typevar(inst); in expand_fcvt_from_uint_vector() localVariable
799 if controlling_type == F32X4 { in expand_fcvt_from_uint_vector()
1080 let controlling_type = pos.func.dfg.ctrl_typevar(inst); in expand_fcvt_to_sint_sat_vector() localVariable
1081 if controlling_type == I32X4 { in expand_fcvt_to_sint_sat_vector()
1340 let controlling_type = pos.func.dfg.ctrl_typevar(inst); in expand_fcvt_to_uint_sat_vector() localVariable
1341 if controlling_type == I32X4 { in expand_fcvt_to_uint_sat_vector()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/isa/x86/
H A Denc_tables.rs798 let controlling_type = pos.func.dfg.ctrl_typevar(inst); in expand_fcvt_from_uint_vector() localVariable
799 if controlling_type == F32X4 { in expand_fcvt_from_uint_vector()
1080 let controlling_type = pos.func.dfg.ctrl_typevar(inst); in expand_fcvt_to_sint_sat_vector() localVariable
1081 if controlling_type == I32X4 { in expand_fcvt_to_sint_sat_vector()
1340 let controlling_type = pos.func.dfg.ctrl_typevar(inst); in expand_fcvt_to_uint_sat_vector() localVariable
1341 if controlling_type == I32X4 { in expand_fcvt_to_uint_sat_vector()
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/isa/legacy/x86/
H A Denc_tables.rs798 let controlling_type = pos.func.dfg.ctrl_typevar(inst); in expand_fcvt_from_uint_vector() localVariable
799 if controlling_type == F32X4 { in expand_fcvt_from_uint_vector()
1080 let controlling_type = pos.func.dfg.ctrl_typevar(inst); in expand_fcvt_to_sint_sat_vector() localVariable
1081 if controlling_type == I32X4 { in expand_fcvt_to_sint_sat_vector()
1340 let controlling_type = pos.func.dfg.ctrl_typevar(inst); in expand_fcvt_to_uint_sat_vector() localVariable
1341 if controlling_type == I32X4 { in expand_fcvt_to_uint_sat_vector()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/isa/x86/
H A Denc_tables.rs798 let controlling_type = pos.func.dfg.ctrl_typevar(inst); in expand_fcvt_from_uint_vector() localVariable
799 if controlling_type == F32X4 { in expand_fcvt_from_uint_vector()
1080 let controlling_type = pos.func.dfg.ctrl_typevar(inst); in expand_fcvt_to_sint_sat_vector() localVariable
1081 if controlling_type == I32X4 { in expand_fcvt_to_sint_sat_vector()
1340 let controlling_type = pos.func.dfg.ctrl_typevar(inst); in expand_fcvt_to_uint_sat_vector() localVariable
1341 if controlling_type == I32X4 { in expand_fcvt_to_uint_sat_vector()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/base/
H A Dp2ptransportchannel_unittest.cc237 Result(const std::string& controlling_type, in Result()
242 : controlling_type(controlling_type), in Result()
249 std::string controlling_type; member
491 local_type == expected.controlling_type && in CheckCandidate1()
508 EXPECT_EQ(expected.controlling_type, local_type); in ExpectCandidate1()
525 remote_type == expected.controlling_type); in CheckCandidate2()
542 EXPECT_EQ(expected.controlling_type, remote_type); in ExpectCandidate2()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/gcc-interface/
H A Dtrans.c10549 Entity_Id controlling_type = Etype (First_Formal (subprog)); in get_controlling_type() local
10550 if (Is_Access_Type (controlling_type)) in get_controlling_type()
10551 controlling_type = Directly_Designated_Type (controlling_type); in get_controlling_type()
10552 controlling_type = Underlying_Type (controlling_type); in get_controlling_type()
10553 if (Is_Concurrent_Type (controlling_type)) in get_controlling_type()
10554 controlling_type = Corresponding_Record_Type (controlling_type); in get_controlling_type()
10555 controlling_type = Base_Type (controlling_type); in get_controlling_type()
10556 return controlling_type; in get_controlling_type()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/gcc-interface/
H A Dtrans.c10549 Entity_Id controlling_type = Etype (First_Formal (subprog)); in get_controlling_type() local
10550 if (Is_Access_Type (controlling_type)) in get_controlling_type()
10551 controlling_type = Directly_Designated_Type (controlling_type); in get_controlling_type()
10552 controlling_type = Underlying_Type (controlling_type); in get_controlling_type()
10553 if (Is_Concurrent_Type (controlling_type)) in get_controlling_type()
10554 controlling_type = Corresponding_Record_Type (controlling_type); in get_controlling_type()
10555 controlling_type = Base_Type (controlling_type); in get_controlling_type()
10556 return controlling_type; in get_controlling_type()
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/gcc-interface/
H A Dtrans.c10549 Entity_Id controlling_type = Etype (First_Formal (subprog)); in get_controlling_type() local
10550 if (Is_Access_Type (controlling_type)) in get_controlling_type()
10551 controlling_type = Directly_Designated_Type (controlling_type); in get_controlling_type()
10552 controlling_type = Underlying_Type (controlling_type); in get_controlling_type()
10553 if (Is_Concurrent_Type (controlling_type)) in get_controlling_type()
10554 controlling_type = Corresponding_Record_Type (controlling_type); in get_controlling_type()
10555 controlling_type = Base_Type (controlling_type); in get_controlling_type()
10556 return controlling_type; in get_controlling_type()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/reader/src/
H A Dparser.rs702 fn match_uimm128(&mut self, controlling_type: Type) -> ParseResult<ConstantData> { in match_uimm128()
703 let expected_size = controlling_type.bytes() as usize; in match_uimm128()
706 let uimm128 = self.parse_literals_to_constant_data(controlling_type)?; in match_uimm128()
2722 } else if let Some(controlling_type) = explicit_control_type { in parse_inst_operands()
2725 let uimm128 = self.match_uimm128(controlling_type)?; in parse_inst_operands()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/gcc-interface/
H A Dtrans.c11162 Entity_Id controlling_type = Etype (First_Formal (subprog)); in get_controlling_type() local
11163 if (Is_Access_Type (controlling_type)) in get_controlling_type()
11164 controlling_type = Directly_Designated_Type (controlling_type); in get_controlling_type()
11165 controlling_type = Underlying_Type (controlling_type); in get_controlling_type()
11166 if (Is_Concurrent_Type (controlling_type)) in get_controlling_type()
11167 controlling_type = Corresponding_Record_Type (controlling_type); in get_controlling_type()
11168 controlling_type = Base_Type (controlling_type); in get_controlling_type()
11169 return controlling_type; in get_controlling_type()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/gcc-interface/
H A Dtrans.c11121 Entity_Id controlling_type = Etype (First_Formal (subprog)); in get_controlling_type() local
11122 if (Is_Access_Type (controlling_type)) in get_controlling_type()
11123 controlling_type = Directly_Designated_Type (controlling_type); in get_controlling_type()
11124 controlling_type = Underlying_Type (controlling_type); in get_controlling_type()
11125 if (Is_Concurrent_Type (controlling_type)) in get_controlling_type()
11126 controlling_type = Corresponding_Record_Type (controlling_type); in get_controlling_type()
11127 controlling_type = Base_Type (controlling_type); in get_controlling_type()
11128 return controlling_type; in get_controlling_type()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/gcc-interface/
H A Dtrans.c10695 Entity_Id controlling_type = Etype (First_Formal (subprog)); in get_controlling_type() local
10696 if (Is_Access_Type (controlling_type)) in get_controlling_type()
10697 controlling_type = Directly_Designated_Type (controlling_type); in get_controlling_type()
10698 controlling_type = Underlying_Type (controlling_type); in get_controlling_type()
10699 if (Is_Concurrent_Type (controlling_type)) in get_controlling_type()
10700 controlling_type = Corresponding_Record_Type (controlling_type); in get_controlling_type()
10701 controlling_type = Base_Type (controlling_type); in get_controlling_type()
10702 return controlling_type; in get_controlling_type()
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/gcc-interface/
H A Dtrans.c11057 Entity_Id controlling_type = Etype (First_Formal (subprog)); in get_controlling_type() local
11058 if (Is_Access_Type (controlling_type)) in get_controlling_type()
11059 controlling_type = Directly_Designated_Type (controlling_type); in get_controlling_type()
11060 controlling_type = Underlying_Type (controlling_type); in get_controlling_type()
11061 if (Is_Concurrent_Type (controlling_type)) in get_controlling_type()
11062 controlling_type = Corresponding_Record_Type (controlling_type); in get_controlling_type()
11063 controlling_type = Base_Type (controlling_type); in get_controlling_type()
11064 return controlling_type; in get_controlling_type()
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/gcc-interface/
H A Dtrans.c11135 Entity_Id controlling_type = Etype (First_Formal (subprog)); in get_controlling_type() local
11136 if (Is_Access_Type (controlling_type)) in get_controlling_type()
11137 controlling_type = Directly_Designated_Type (controlling_type); in get_controlling_type()
11138 controlling_type = Underlying_Type (controlling_type); in get_controlling_type()
11139 if (Is_Concurrent_Type (controlling_type)) in get_controlling_type()
11140 controlling_type = Corresponding_Record_Type (controlling_type); in get_controlling_type()
11141 controlling_type = Base_Type (controlling_type); in get_controlling_type()
11142 return controlling_type; in get_controlling_type()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/gcc-interface/
H A Dtrans.c11051 Entity_Id controlling_type = Etype (First_Formal (subprog)); in get_controlling_type() local
11052 if (Is_Access_Type (controlling_type)) in get_controlling_type()
11053 controlling_type = Directly_Designated_Type (controlling_type); in get_controlling_type()
11054 controlling_type = Underlying_Type (controlling_type); in get_controlling_type()
11055 if (Is_Concurrent_Type (controlling_type)) in get_controlling_type()
11056 controlling_type = Corresponding_Record_Type (controlling_type); in get_controlling_type()
11057 controlling_type = Base_Type (controlling_type); in get_controlling_type()
11058 return controlling_type; in get_controlling_type()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/gcc-interface/
H A Dtrans.c11057 Entity_Id controlling_type = Etype (First_Formal (subprog)); in get_controlling_type() local
11058 if (Is_Access_Type (controlling_type)) in get_controlling_type()
11059 controlling_type = Directly_Designated_Type (controlling_type); in get_controlling_type()
11060 controlling_type = Underlying_Type (controlling_type); in get_controlling_type()
11061 if (Is_Concurrent_Type (controlling_type)) in get_controlling_type()
11062 controlling_type = Corresponding_Record_Type (controlling_type); in get_controlling_type()
11063 controlling_type = Base_Type (controlling_type); in get_controlling_type()
11064 return controlling_type; in get_controlling_type()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/p2p/base/
H A Dp2p_transport_channel_unittest.cc261 Result(const std::string& controlling_type, in Result()
266 : controlling_type(controlling_type), in Result()
273 std::string controlling_type; member
526 local_type == expected.controlling_type && in CheckCandidate1()
543 EXPECT_EQ(expected.controlling_type, local_type); in ExpectCandidate1()
560 remote_type == expected.controlling_type); in CheckCandidate2()
577 EXPECT_EQ(expected.controlling_type, remote_type); in ExpectCandidate2()
/dports/net-im/tg_owt/tg_owt-d578c76/src/p2p/base/
H A Dp2p_transport_channel_unittest.cc261 Result(const std::string& controlling_type, in Result()
266 : controlling_type(controlling_type), in Result()
273 std::string controlling_type; member
526 local_type == expected.controlling_type && in CheckCandidate1()
543 EXPECT_EQ(expected.controlling_type, local_type); in ExpectCandidate1()
560 remote_type == expected.controlling_type); in CheckCandidate2()
577 EXPECT_EQ(expected.controlling_type, remote_type); in ExpectCandidate2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/p2p/base/
H A Dp2p_transport_channel_unittest.cc261 Result(const std::string& controlling_type, in Result()
266 : controlling_type(controlling_type), in Result()
273 std::string controlling_type; member
526 local_type == expected.controlling_type && in CheckCandidate1()
543 EXPECT_EQ(expected.controlling_type, local_type); in ExpectCandidate1()
560 remote_type == expected.controlling_type); in CheckCandidate2()
577 EXPECT_EQ(expected.controlling_type, remote_type); in ExpectCandidate2()