Searched refs:sdiv32 (Results 1 – 4 of 4) sorted by relevance
4 define arm_aapcs_vfpcc i32 @sdiv32(i32 %divisor, i32 %divident) {10 ; CHECK-LABEL: sdiv32
46 define void @sdiv32(i32 %a, i32 %b, i32* %retptr) {47 ; CHECK-LABEL: sdiv32(
42 ; CHECK-LABEL: sdiv32:47 define i32 @sdiv32(i32 %x, i32 %y) {
183 static Int sdiv32 ( Int x, Int y ) { return x/y; } in sdiv32() function295 vassert(sdiv32(100, 7) == 14); in LibVEX_Init()296 vassert(sdiv32(-100, 7) == -14); /* and not -15 */ in LibVEX_Init()297 vassert(sdiv32(100, -7) == -14); /* ditto */ in LibVEX_Init()298 vassert(sdiv32(-100, -7) == 14); /* not sure what this proves */ in LibVEX_Init()