Home
last modified time | relevance | path

Searched refs:instr_index (Results 1 – 25 of 82) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc166 int instr_index) { in GetBlock() argument
378 int instr_index; member
434 void ExtendRangeTo(int instr_index) { live_range_.AddInstr(instr_index); } in ExtendRangeTo() argument
600 AddSpillUse(instr_index, data); in AddDeferredSpillUse()
619 AddSpillUse(instr_index, data); in SpillOperand()
872 int instr_index; member
2130 int instr_index) { in AllocatePendingUse() argument
2386 operand, instr_index, in ReserveFixedInputRegister()
2746 instr_index >= block_start; instr_index--) { in AllocateRegisters()
3058 position_ = instr_index; in AdvanceTo()
[all …]
H A Dmid-tier-register-allocator.h50 MoveOperands* AddGapMove(int instr_index, Instruction::GapPosition position,
55 MoveOperands* AddPendingOperandGapMove(int instr_index,
60 const InstructionBlock* GetBlock(int instr_index);
H A Dregister-allocator-verifier.cc548 for (int instr_index = block->code_start(); instr_index < block->code_end(); in VerifyGapMoves() local
549 ++instr_index) { in VerifyGapMoves()
550 const InstructionConstraint& instr_constraint = constraints_[instr_index]; in VerifyGapMoves()
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/
H A Dmid-tier-register-allocator.cc156 int instr_index) { in GetBlock() argument
384 int instr_index; member
440 void ExtendRangeTo(int instr_index) { live_range_.AddInstr(instr_index); } in ExtendRangeTo() argument
896 int instr_index; member
2243 int instr_index) { in AllocateInput() argument
2312 int instr_index) { in AllocateGapMoveInput() argument
2398 int instr_index) { in AllocateSameInputOutput() argument
2518 int instr_index) { in AllocatePhiGapMove() argument
2853 instr_index >= block_start; instr_index--) { in AllocateRegisters()
3195 position_ = instr_index; in AdvanceTo()
[all …]
H A Dmid-tier-register-allocator.h49 MoveOperands* AddGapMove(int instr_index, Instruction::GapPosition position,
54 MoveOperands* AddPendingOperandGapMove(int instr_index,
59 const InstructionBlock* GetBlock(int instr_index);
H A Dregister-allocator-verifier.cc558 for (int instr_index = block->code_start(); instr_index < block->code_end(); in VerifyGapMoves() local
559 ++instr_index) { in VerifyGapMoves()
560 const InstructionConstraint& instr_constraint = constraints_[instr_index]; in VerifyGapMoves()
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/sound/
H A Dopll.c351 uint32_t instr_index; in OPLL_PreparePatch1() local
356 instr_index = opll_patch_1 + instr - 1; in OPLL_PreparePatch1()
359 instr_index = opll_patch_drum_0 + chip->rm_select; in OPLL_PreparePatch1()
362 patch = &chip->patchrom[instr_index]; in OPLL_PreparePatch1()
388 uint32_t instr_index; in OPLL_PreparePatch2() local
392 instr_index = opll_patch_1 + instr - 1; in OPLL_PreparePatch2()
395 instr_index = opll_patch_drum_0 + chip->rm_select; in OPLL_PreparePatch2()
398 patch = &chip->patchrom[instr_index]; in OPLL_PreparePatch2()
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/core/sound/
H A Dopll.c351 uint32_t instr_index; in OPLL_PreparePatch1() local
356 instr_index = opll_patch_1 + instr - 1; in OPLL_PreparePatch1()
359 instr_index = opll_patch_drum_0 + chip->rm_select; in OPLL_PreparePatch1()
362 patch = &chip->patchrom[instr_index]; in OPLL_PreparePatch1()
388 uint32_t instr_index; in OPLL_PreparePatch2() local
392 instr_index = opll_patch_1 + instr - 1; in OPLL_PreparePatch2()
395 instr_index = opll_patch_drum_0 + chip->rm_select; in OPLL_PreparePatch2()
398 patch = &chip->patchrom[instr_index]; in OPLL_PreparePatch2()
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/regalloc/
H A Dmid-tier-register-allocator-unittest.cc47 int GetParallelMoveCount(int instr_index, Instruction::GapPosition gap_pos, in GetParallelMoveCount() argument
50 sequence->InstructionAt(instr_index)->GetParallelMove(gap_pos); in GetParallelMoveCount()
55 bool IsParallelMovePresent(int instr_index, Instruction::GapPosition gap_pos, in IsParallelMovePresent() argument
60 sequence->InstructionAt(instr_index)->GetParallelMove(gap_pos); in IsParallelMovePresent()
641 const int instr_index = 1; in TEST_F() local
642 Instruction* instr = sequence()->InstructionAt(instr_index); in TEST_F()
H A Dregister-allocator-unittest.cc47 int GetParallelMoveCount(int instr_index, Instruction::GapPosition gap_pos, in GetParallelMoveCount() argument
50 sequence->InstructionAt(instr_index)->GetParallelMove(gap_pos); in GetParallelMoveCount()
55 bool IsParallelMovePresent(int instr_index, Instruction::GapPosition gap_pos, in IsParallelMovePresent() argument
60 sequence->InstructionAt(instr_index)->GetParallelMove(gap_pos); in IsParallelMovePresent()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dregister-allocator-verifier.cc499 for (int instr_index = block->code_start(); instr_index < block->code_end(); in VerifyGapMoves() local
500 ++instr_index) { in VerifyGapMoves()
501 const InstructionConstraint& instr_constraint = constraints_[instr_index]; in VerifyGapMoves()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/math-emu/
H A Dfpu_entry.c464 u_char instr_index = (FPU_modrm & 0x38) | (byte1 & 7); in math_emulate() local
475 switch (type_table[(int)instr_index]) { in math_emulate()
511 (*st_instr_table[(int)instr_index]) (); in math_emulate()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/math-emu/
H A Dfpu_entry.c464 u_char instr_index = (FPU_modrm & 0x38) | (byte1 & 7); in math_emulate() local
475 switch (type_table[(int)instr_index]) { in math_emulate()
511 (*st_instr_table[(int)instr_index]) (); in math_emulate()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/math-emu/
H A Dfpu_entry.c464 u_char instr_index = (FPU_modrm & 0x38) | (byte1 & 7); in math_emulate() local
475 switch (type_table[(int)instr_index]) { in math_emulate()
511 (*st_instr_table[(int)instr_index]) (); in math_emulate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/
H A Dregister-allocator-verifier.cc548 for (int instr_index = block->code_start(); instr_index < block->code_end(); in VerifyGapMoves() local
549 ++instr_index) { in VerifyGapMoves()
550 const InstructionConstraint& instr_constraint = constraints_[instr_index]; in VerifyGapMoves()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c593 int instr_index = 0; in gpir_codegen_prog() local
596 gpir_codegen(code + instr_index, instr); in gpir_codegen_prog()
597 instr_index++; in gpir_codegen_prog()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c593 int instr_index = 0; in gpir_codegen_prog() local
596 gpir_codegen(code + instr_index, instr); in gpir_codegen_prog()
597 instr_index++; in gpir_codegen_prog()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c593 int instr_index = 0; in gpir_codegen_prog() local
596 gpir_codegen(code + instr_index, instr); in gpir_codegen_prog()
597 instr_index++; in gpir_codegen_prog()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c593 int instr_index = 0; in gpir_codegen_prog() local
596 gpir_codegen(code + instr_index, instr); in gpir_codegen_prog()
597 instr_index++; in gpir_codegen_prog()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c593 int instr_index = 0; in gpir_codegen_prog() local
596 gpir_codegen(code + instr_index, instr); in gpir_codegen_prog()
597 instr_index++; in gpir_codegen_prog()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c593 int instr_index = 0; in gpir_codegen_prog() local
596 gpir_codegen(code + instr_index, instr); in gpir_codegen_prog()
597 instr_index++; in gpir_codegen_prog()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c593 int instr_index = 0; in gpir_codegen_prog() local
596 gpir_codegen(code + instr_index, instr); in gpir_codegen_prog()
597 instr_index++; in gpir_codegen_prog()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c593 int instr_index = 0; in gpir_codegen_prog() local
596 gpir_codegen(code + instr_index, instr); in gpir_codegen_prog()
597 instr_index++; in gpir_codegen_prog()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c593 int instr_index = 0; in gpir_codegen_prog() local
596 gpir_codegen(code + instr_index, instr); in gpir_codegen_prog()
597 instr_index++; in gpir_codegen_prog()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c593 int instr_index = 0; in gpir_codegen_prog() local
596 gpir_codegen(code + instr_index, instr); in gpir_codegen_prog()
597 instr_index++; in gpir_codegen_prog()

1234