Searched refs:UNSUPPORTED_COND (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1470 #define UNSUPPORTED_COND(opcode, condition) \ macro 1530 UNSUPPORTED_COND(kMipsAddOvf, branch->condition); in AssembleArchBranch() 1544 UNSUPPORTED_COND(kMipsAddOvf, branch->condition); in AssembleArchBranch() 1552 UNSUPPORTED_COND(kMips64CmpS, branch->condition); in AssembleArchBranch() 1563 UNSUPPORTED_COND(kMips64CmpD, branch->condition); in AssembleArchBranch()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1705 #define UNSUPPORTED_COND(opcode, condition) \ macro 1771 UNSUPPORTED_COND(kMips64DaddOvf, branch->condition); in AssembleArchBranch() 1785 UNSUPPORTED_COND(kMips64DsubOvf, branch->condition); in AssembleArchBranch() 1793 UNSUPPORTED_COND(kMips64CmpS, branch->condition); in AssembleArchBranch() 1804 UNSUPPORTED_COND(kMips64CmpD, branch->condition); in AssembleArchBranch()
|