Home
last modified time | relevance | path

Searched refs:CmpBranchGen (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/cctest/compiler/
Dtest-branch-combine.cc327 class CmpBranchGen : public BinopGen<int32_t> { class
335 CmpBranchGen(IrOpcode::Value opcode, bool i, bool t, int32_t eq, int32_t ne) in CmpBranchGen() function in CmpBranchGen
382 CmpBranchGen gen(int32cmp_opcodes[i], false, false, 995 + i, -1011 - i); in TEST()
391 CmpBranchGen gen(int32cmp_opcodes[i], false, true, 795 + i, -2011 - i); in TEST()
400 CmpBranchGen gen(int32cmp_opcodes[i], true, false, 695 + i, -3011 - i); in TEST()
409 CmpBranchGen gen(int32cmp_opcodes[i], true, true, 595 + i, -4011 - i); in TEST()