Searched refs:DIV64 (Results 1 – 5 of 5) sorted by relevance
2 …llc -mtriple=x86_64-unknown-linux-gnu -mattr=+idivq-to-divw < %s | FileCheck -check-prefix=DIV64 %s10 ; DIV64-LABEL: div32:11 ; DIV64-NOT: divb20 ; DIV64-LABEL: div64:21 ; DIV64: orq %{{.*}}, [[REG:%[a-z]+]]22 ; DIV64: testq $-65536, [[REG]]23 ; DIV64: divw
33 ; When using fast isel, sdiv is lowered into a sequence of CQO + DIV64.34 ; CQO defines implicitly AX and DIV64 uses it implicitly too.38 ; An instruction gets between CQO and DIV64 because the load is folded
99 lower_64bit_integer_instructions(ir, DIV64 | MOD64); in st_link_shader()
65 #define DIV64 (1U << 2) macro
363 if (lowering(DIV64)) { in handle_rvalue()