Home
last modified time | relevance | path

Searched refs:UNSUPPORTED_COND (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc1841 #define UNSUPPORTED_COND(opcode, condition) \ macro
1884 UNSUPPORTED_COND(instr->arch_opcode(), condition); in AssembleBranchToLabels()
1896 UNSUPPORTED_COND(kLoong64MulOvf_w, condition); in AssembleBranchToLabels()
1936 #undef UNSUPPORTED_COND macro
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc3785 #define UNSUPPORTED_COND(opcode, condition) \ macro
3825 UNSUPPORTED_COND(instr->arch_opcode(), condition); in AssembleBranchToLabels()
3837 UNSUPPORTED_COND(kMipsMulOvf, condition); in AssembleBranchToLabels()
3877 #undef UNSUPPORTED_COND macro
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc3432 #define UNSUPPORTED_COND(opcode, condition) \ macro
3485 UNSUPPORTED_COND(instr->arch_opcode(), condition); in AssembleBranchToLabels()
3497 UNSUPPORTED_COND(kRiscvMulOvf32, condition); in AssembleBranchToLabels()
3547 #undef UNSUPPORTED_COND macro
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc312 #define UNSUPPORTED_COND(opcode, condition) \ macro
3638 UNSUPPORTED_COND(instr->arch_opcode(), condition); in AssembleBranchToLabels()
3650 UNSUPPORTED_COND(kMipsMulOvf, condition); in AssembleBranchToLabels()

Completed in 23 milliseconds