HomeSort by relevance Sort by last modified time
    Searched full:sdiv32 (Results 1 - 6 of 6) sorted by null

  /external/llvm/test/CodeGen/ARM/Windows/
division.ll 4 define arm_aapcs_vfpcc i32 @sdiv32(i32 %divisor, i32 %divident) {
10 ; CHECK-LABEL: sdiv32
  /external/llvm/test/CodeGen/NVPTX/
bypass-div.ll 46 define void @sdiv32(i32 %a, i32 %b, i32* %retptr) {
47 ; CHECK-LABEL: sdiv32(
  /external/llvm/test/CodeGen/WebAssembly/
i32.ll 42 ; CHECK-LABEL: sdiv32:
47 define i32 @sdiv32(i32 %x, i32 %y) {
  /external/valgrind/VEX/priv/
main_main.c 183 static Int sdiv32 ( Int x, Int y ) { return x/y; } function
295 vassert(sdiv32(100, 7) == 14);
296 vassert(sdiv32(-100, 7) == -14); /* and not -15 */
297 vassert(sdiv32(100, -7) == -14); /* ditto */
298 vassert(sdiv32(-100, -7) == 14); /* not sure what this proves */
    [all...]
host_generic_simd64.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c     [all...]

Completed in 119 milliseconds