2016-05-19 08:04:23 -04:00
|
|
|
USING: compiler.cfg.comparisons compiler.cfg.instructions
|
|
|
|
|
compiler.cfg.value-numbering.comparisons cpu.x86.assembler.operands
|
|
|
|
|
kernel tools.test ;
|
|
|
|
|
IN: compiler.cfg.value-numbering.comparisons.tests
|
|
|
|
|
|
|
|
|
|
{
|
2018-08-10 14:04:49 -04:00
|
|
|
T{ test-branch## { src1 RAX } { src2 RAX } { cc cc= } }
|
2016-05-19 08:04:23 -04:00
|
|
|
} [
|
2018-08-10 14:04:49 -04:00
|
|
|
RAX 0 cc= f compare-integer-imm-branch## boa >test-branch
|
2016-05-19 08:04:23 -04:00
|
|
|
] unit-test
|