Home
last modified time | relevance | path

Searched defs:vreg (Results 1 – 25 of 28) sorted by relevance

12

/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.h87 static TestOperand Use(VReg vreg) { return TestOperand(kNone, vreg); } in Use()
91 static TestOperand Unique(VReg vreg) { return TestOperand(kUnique, vreg); } in Unique()
93 static TestOperand UniqueReg(VReg vreg) { in UniqueReg()
143 Instruction* Return(VReg vreg) { return Return(Reg(vreg, 0)); } in Return()
Dinstruction-sequence-unittest.cc148 VReg vreg = NewReg(); in Define() local
192 VReg vreg) { in SetInput()
200 VReg vreg = NewReg(); in DefineConstant() local
399 InstructionOperand InstructionSequenceTest::ConvertOutputOp(VReg vreg, in ConvertOutputOp()
Dinstruction-selector-unittest.cc77 int vreg = ConstantOperand::cast(output)->virtual_register(); in Build() local
Dlive-range-unittest.cc435 TopLevelLiveRange* vreg = TestRangeBuilder(zone()).Id(2).Build(0, 100); in TEST_F() local
/external/valgrind/VEX/priv/
Dhost_generic_reg_alloc2.c119 HReg vreg; member
195 static void sanity_check_spill_offset ( VRegLR* vreg ) in sanity_check_spill_offset()
604 HReg vreg = reg_usage_arr[ii].vRegs[j]; in doRegisterAllocation() local
1283 HReg vreg = reg_usage_arr[ii].vRegs[j]; in doRegisterAllocation() local
1336 HReg vreg = reg_usage_arr[ii].vRegs[j]; in doRegisterAllocation() local
Dhost_x86_defs.c1760 X86Instr* directReload_X86( X86Instr* i, HReg vreg, Short spill_off ) in directReload_X86()
/external/v8/src/x64/
Dassembler-x64-inl.h223 void Assembler::emit_vex_prefix(XMMRegister reg, XMMRegister vreg, in emit_vex_prefix()
237 void Assembler::emit_vex_prefix(Register reg, Register vreg, Register rm, in emit_vex_prefix()
247 void Assembler::emit_vex_prefix(XMMRegister reg, XMMRegister vreg, in emit_vex_prefix()
261 void Assembler::emit_vex_prefix(Register reg, Register vreg, const Operand& rm, in emit_vex_prefix()
Dassembler-x64.cc3786 void Assembler::bmi1q(byte op, Register reg, Register vreg, Register rm) { in bmi1q()
3795 void Assembler::bmi1q(byte op, Register reg, Register vreg, const Operand& rm) { in bmi1q()
3804 void Assembler::bmi1l(byte op, Register reg, Register vreg, Register rm) { in bmi1l()
3813 void Assembler::bmi1l(byte op, Register reg, Register vreg, const Operand& rm) { in bmi1l()
3954 void Assembler::bmi2q(SIMDPrefix pp, byte op, Register reg, Register vreg, in bmi2q()
3964 void Assembler::bmi2q(SIMDPrefix pp, byte op, Register reg, Register vreg, in bmi2q()
3974 void Assembler::bmi2l(SIMDPrefix pp, byte op, Register reg, Register vreg, in bmi2l()
3984 void Assembler::bmi2l(SIMDPrefix pp, byte op, Register reg, Register vreg, in bmi2l()
3997 Register vreg = {0}; // VEX.vvvv unused in rorxq() local
4009 Register vreg = {0}; // VEX.vvvv unused in rorxq() local
[all …]
/external/v8/test/cctest/compiler/
Dtest-instruction.cc84 UnallocatedOperand Unallocated(int vreg) { in Unallocated()
280 int vreg = 15; in TEST() local
/external/v8/src/compiler/
Dlive-range-separator.cc108 for (size_t vreg = 0; vreg < virt_reg_count; ++vreg) { in Splinter() local
Dgraph-visualizer.cc525 int vreg = range->vreg(); in PrintLiveRangeChain() local
533 int vreg) { in PrintLiveRange()
Dregister-allocator.cc707 TopLevelLiveRange::TopLevelLiveRange(int vreg, MachineRepresentation rep) in TopLevelLiveRange()
1348 int vreg = virtual_register_count_++; in GetNextLiveRangeId() local
1358 int vreg = GetNextLiveRangeId(); in NextLiveRange() local
1974 int vreg = unalloc->virtual_register(); in ProcessInstructions() local
Dregister-allocator-verifier.cc159 int vreg = unallocated->virtual_register(); in BuildConstraint() local
Dregister-allocator.h598 int vreg() const { return vreg_; } in vreg() function
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c285 void *vreg = c->vreg; in do_wm_prog() local
Dbrw_wm.h225 struct brw_wm_value *vreg; member
/external/vixl/src/vixl/a64/
Dsimulator-a64.h866 T vreg(unsigned code) const { in vreg() function
909 T vreg(unsigned size, unsigned code) const { in vreg() function
927 inline SimVRegister& vreg(unsigned code) { in vreg() function
/external/vixl/test/
Dtest-utils-a64.cc145 const VRegister& vreg) { in Equal128()
/external/v8/src/ia32/
Dassembler-ia32.cc2659 void Assembler::bmi1(byte op, Register reg, Register vreg, const Operand& rm) { in bmi1()
2698 void Assembler::bmi2(SIMDPrefix pp, byte op, Register reg, Register vreg, in bmi2()
2711 Register vreg = {0}; // VEX.vvvv unused in rorx() local
2741 void Assembler::emit_vex_prefix(XMMRegister vreg, VectorLength l, SIMDPrefix pp, in emit_vex_prefix()
2755 void Assembler::emit_vex_prefix(Register vreg, VectorLength l, SIMDPrefix pp, in emit_vex_prefix()
/external/v8/src/crankshaft/
Dlithium-allocator.cc834 int vreg = GetVirtualRegister(); in MeetConstraintsBetween() local
2035 int vreg = GetVirtualRegister(); in SplitRangeAt() local
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc508 int vreg = allocator_->GetVirtualRegister(); in TempRegister() local
521 int vreg = allocator_->GetVirtualRegister(); in TempDoubleRegister() local
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc623 int vreg = allocator_->GetVirtualRegister(); in TempRegister() local
636 int vreg = allocator_->GetVirtualRegister(); in TempDoubleRegister() local
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc623 int vreg = allocator_->GetVirtualRegister(); in TempRegister() local
636 int vreg = allocator_->GetVirtualRegister(); in TempDoubleRegister() local
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc627 int vreg = allocator_->GetVirtualRegister(); in TempRegister() local
640 int vreg = allocator_->GetVirtualRegister(); in TempDoubleRegister() local
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc616 int vreg = allocator_->GetVirtualRegister(); in TempRegister() local
629 int vreg = allocator_->GetVirtualRegister(); in TempDoubleRegister() local

12