OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vhi
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc
17095
rtx
vhi
, vlo, idx_hi;
local
17125
vhi
= gen_reg_rtx (half_mode);
17128
emit_insn (extract_hi (
vhi
, target));
17134
ix86_expand_vector_set_var (
vhi
, val, idx_hi);
17136
emit_insn (gen_rtx_SET (target, gen_rtx_VEC_CONCAT (mode, vlo,
vhi
)));
/src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc
16048
rtx
vhi
, vlo, idx_hi;
local
16072
vhi
= gen_reg_rtx (half_mode);
16075
emit_insn (extract_hi (
vhi
, target));
16081
ix86_expand_vector_set_var (
vhi
, val, idx_hi);
16083
emit_insn (gen_rtx_SET (target, gen_rtx_VEC_CONCAT (mode, vlo,
vhi
)));
Completed in 54 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026