Home | History | Annotate | Download | only in ia32

Lines Matching refs:MachineType

22   StreamBuilder m(this, MachineType::Int32(), MachineType::Int32(),
23 MachineType::Int32());
34 StreamBuilder m(this, MachineType::Int32(), MachineType::Int32());
47 StreamBuilder m(this, MachineType::Int32(), MachineType::Int32());
64 StreamBuilder m(this, MachineType::Int32(), MachineType::Int32(),
65 MachineType::Int32());
76 StreamBuilder m(this, MachineType::Int32(), MachineType::Int32());
92 StreamBuilder m(this, MachineType::Float32(), MachineType::Float64());
103 StreamBuilder m(this, MachineType::Float64(), MachineType::Float32());
118 StreamBuilder m(this, MachineType::Int32(), MachineType::Int32(),
119 MachineType::Int32());
137 StreamBuilder m(this, MachineType::Int32(), MachineType::Int32(),
138 MachineType::Int32());
158 StreamBuilder m(this, MachineType::Float64(), MachineType::Uint32());
173 MachineType type;
185 {MachineType::Int8(), kIA32Movsxbl, kIA32Movb},
186 {MachineType::Uint8(), kIA32Movzxbl, kIA32Movb},
187 {MachineType::Int16(), kIA32Movsxwl, kIA32Movw},
188 {MachineType::Uint16(), kIA32Movzxwl, kIA32Movw},
189 {MachineType::Int32(), kIA32Movl, kIA32Movl},
190 {MachineType::Uint32(), kIA32Movl, kIA32Movl},
191 {MachineType::Float32(), kIA32Movss, kIA32Movss},
192 {MachineType::Float64(), kIA32Movsd, kIA32Movsd}};
203 StreamBuilder m(this, memacc.type, MachineType::Pointer(),
204 MachineType::Int32());
217 StreamBuilder m(this, memacc.type, MachineType::Pointer());
237 StreamBuilder m(this, memacc.type, MachineType::Pointer());
256 StreamBuilder m(this, MachineType::Int32(), MachineType::Pointer(),
257 MachineType::Int32(), memacc.type);
272 StreamBuilder m(this, MachineType::Int32(), MachineType::Int32(),
295 StreamBuilder m(this, MachineType::Int32(), MachineType::Pointer(),
331 Node* load = m->Load(MachineType::Int32(), base, load_index);
351 m = new StreamBuilder(this, MachineType::Int32(), MachineType::Int32(),
352 MachineType::Int32());
578 StreamBuilder m(this, MachineType::Int32(), MachineType::Int32());
599 StreamBuilder m(this, MachineType::Int32(), MachineType::Int32());
631 StreamBuilder m(this, MachineType::Int32(), MachineType::Int32(),
632 MachineType::Int32());
657 StreamBuilder m(this, MachineType::Float32(), MachineType::Float32());
672 StreamBuilder m(this, MachineType::Float32(), MachineType::Float32());
690 StreamBuilder m(this, MachineType::Float64(), MachineType::Float64());
705 StreamBuilder m(this, MachineType::Float64(), MachineType::Float64());
723 StreamBuilder m(this, MachineType::Float64(), MachineType::Float64(),
724 MachineType::Float64());
738 StreamBuilder m(this, MachineType::Float64(), MachineType::Float64(),
739 MachineType::Float64());
757 StreamBuilder m(this, MachineType::Float32(), MachineType::Float32());
771 StreamBuilder m(this, MachineType::Float32(), MachineType::Float32());
789 StreamBuilder m(this, MachineType::Float64(), MachineType::Float64());
803 StreamBuilder m(this, MachineType::Float64(), MachineType::Float64());
824 StreamBuilder m(this, MachineType::Bool());
826 MachineType::Pointer(),
843 StreamBuilder m(this, MachineType::Uint32(), MachineType::Uint32());