Home
last modified time | relevance | path

Searched refs:MoveType (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp42 AsmPrinter::CFIMoveType MoveType = Asm->needsCFIMoves(); in beginFunction() local
43 assert(MoveType != AsmPrinter::CFI_M_EH && in beginFunction()
46 if (MoveType == AsmPrinter::CFI_M_Debug) { in beginFunction()
H A DDwarfCFIException.cpp96 AsmPrinter::CFIMoveType MoveType = Asm->needsCFIMoves(); in beginFunction() local
98 shouldEmitMoves = MoveType != AsmPrinter::CFI_M_None; in beginFunction()
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc628 CodeGenerator::MoveType::Type CodeGenerator::MoveType::InferMove( in InferMove()
632 return MoveType::kConstantToRegister; in InferMove()
635 return MoveType::kConstantToStack; in InferMove()
642 return MoveType::kRegisterToRegister; in InferMove()
645 return MoveType::kRegisterToStack; in InferMove()
650 return MoveType::kStackToRegister; in InferMove()
653 return MoveType::kStackToStack; in InferMove()
658 CodeGenerator::MoveType::Type CodeGenerator::MoveType
[all...]
H A Dcode-generator.h307 class MoveType { class in v8::internal::compiler::final
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc3365 switch (MoveType::InferMove(source, destination)) { in AssembleArchInstruction()
3366 case MoveType::kRegisterToRegister: in AssembleArchInstruction()
3377 case MoveType::kRegisterToStack: { in AssembleArchInstruction()
3392 case MoveType::kStackToRegister: { in AssembleArchInstruction()
3407 case MoveType::kStackToStack: { in AssembleArchInstruction()
3423 case MoveType::kConstantToRegister: { in AssembleArchInstruction()
3438 case MoveType::kConstantToStack: { in AssembleArchInstruction()
3475 switch (MoveType::InferSwap(source, destination)) { in AssembleArchInstruction()
3476 case MoveType::kRegisterToRegister: in AssembleArchInstruction()
3490 case MoveType in AssembleArchInstruction()
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc3928 switch (MoveType::InferMove(source, destination)) { in AssembleArchInstruction()
3929 case MoveType::kRegisterToRegister: in AssembleArchInstruction()
3945 case MoveType::kRegisterToStack: { in AssembleArchInstruction()
3965 case MoveType::kStackToRegister: { in AssembleArchInstruction()
3986 case MoveType::kStackToStack: { in AssembleArchInstruction()
4009 case MoveType::kConstantToRegister: { in AssembleArchInstruction()
4023 case MoveType::kConstantToStack: { in AssembleArchInstruction()
4063 switch (MoveType::InferSwap(source, destination)) { in AssembleArchInstruction()
4064 case MoveType::kRegisterToRegister: in AssembleArchInstruction()
4084 case MoveType in AssembleArchInstruction()
[all...]
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc4236 switch (MoveType::InferMove(source, destination)) { in AssembleMove()
4237 case MoveType::kRegisterToRegister: in AssembleMove()
4245 case MoveType::kRegisterToStack: { in AssembleMove()
4265 case MoveType::kStackToRegister: { in AssembleMove()
4285 case MoveType::kStackToStack: { in AssembleMove()
4308 case MoveType::kConstantToRegister: { in AssembleMove()
4330 case MoveType::kConstantToStack: { in AssembleMove()
4361 switch (MoveType::InferSwap(source, destination)) { in AssembleSwap()
4362 case MoveType::kRegisterToRegister: { in AssembleSwap()
4379 case MoveType in AssembleSwap()
[all...]
/third_party/backends/backend/
H A Dmustek_usb2_asic.c561 if (MotorCurrentAndPhase->MoveType == _4_TABLE_SPACE_FOR_FULL_STEP) in LLFSetMotorCurrentAndPhase()
597 else if (MotorCurrentAndPhase->MoveType == in LLFSetMotorCurrentAndPhase()
666 else if (MotorCurrentAndPhase->MoveType == in LLFSetMotorCurrentAndPhase()
960 else if (MotorCurrentAndPhase->MoveType == in LLFSetMotorCurrentAndPhase()
1548 0x00 | MotorCurrentAndPhase->MoveType); in LLFSetMotorCurrentAndPhase()
2160 CurrentPhase.MoveType = _4_TABLE_SPACE_FOR_FULL_STEP; in MotorBackHome()
4180 CurrentPhase.MoveType = bMotorMoveType; in Asic_SetWindow()
4637 CurrentPhase.MoveType = _4_TABLE_SPACE_FOR_FULL_STEP; in Asic_MotorMove()
5191 CurrentPhase.MoveType = bMotorMoveType; in Asic_SetCalibrate()
H A Dmustek_usb2_asic.h1312 SANE_Byte MoveType; member
1333 SANE_Byte MoveType; member
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc5018 switch (MoveType::InferMove(source, destination)) { in AssembleMove()
5019 case MoveType::kRegisterToRegister: in AssembleMove()
5027 case MoveType::kRegisterToStack: { in AssembleMove()
5044 case MoveType::kStackToRegister: { in AssembleMove()
5076 case MoveType::kStackToStack: { in AssembleMove()
5098 case MoveType::kConstantToRegister: { in AssembleMove()
5115 case MoveType::kConstantToStack: { in AssembleMove()
5145 switch (MoveType::InferSwap(source, destination)) { in AssembleSwap()
5146 case MoveType::kRegisterToRegister: { in AssembleSwap()
5163 case MoveType in AssembleSwap()
[all...]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc4279 switch (MoveType::InferSwap(source, destination)) { in AssembleSwap()
4280 case MoveType::kRegisterToRegister: in AssembleSwap()
4308 case MoveType::kRegisterToStack: { in AssembleSwap()
4347 case MoveType::kStackToStack: { in AssembleSwap()

Completed in 37 milliseconds