HomeSort by relevance Sort by last modified time
    Searched full:call32 (Results 1 - 25 of 34) sorted by null

1 2

  /prebuilts/go/darwin-x86/test/
live.go 517 call32(t32.Inc) // ERROR "live at call to call32: .autotmp_[0-9]+$"
519 call32(t32.Inc) // ERROR "live at call to call32: .autotmp_[0-9]+$"
520 call32(t32.Inc) // ERROR "live at call to call32: .autotmp_[0-9]+$"
524 func call32(func()) func
  /prebuilts/go/linux-x86/test/
live.go 517 call32(t32.Inc) // ERROR "live at call to call32: .autotmp_[0-9]+$"
519 call32(t32.Inc) // ERROR "live at call to call32: .autotmp_[0-9]+$"
520 call32(t32.Inc) // ERROR "live at call to call32: .autotmp_[0-9]+$"
524 func call32(func()) func
  /external/llvm/test/Analysis/BlockFrequencyInfo/
loops_with_profile_info.ll 192 %call32 = call i32 (i8*, ...) @printf(i8* getelementptr inbounds ([8 x i8], [8 x i8]* @.str, i32 0, i32 0), i32 %14)
  /prebuilts/go/darwin-x86/src/runtime/
stubs.go 249 func call32(typ, fn, arg unsafe.Pointer, n, retoffset uint32) func
asm_amd64p32.s 348 DISPATCH(runtime·call32, 32)
414 CALLFN(·call32, 32)
asm_arm64.s 354 DISPATCH(runtime·call32, 32)
429 CALLFN(·call32, 40 )
asm_mips64x.s 326 DISPATCH(runtime·call32, 32)
400 CALLFN(·call32, 32)
asm_mipsx.s 325 DISPATCH(runtime·call32, 32)
399 CALLFN(·call32, 32)
asm_arm.s 378 DISPATCH(runtime·call32, 32)
450 CALLFN(·call32, 32)
asm_ppc64x.s 382 DISPATCH(runtime·call32, 32)
458 CALLFN(·call32, 32)
    [all...]
asm_s390x.s 337 DISPATCH(runtime·call32, 32)
415 CALLFN(·call32, 32)
    [all...]
asm_386.s 453 DISPATCH(runtime·call32, 32)
520 CALLFN(·call32, 32)
    [all...]
asm_amd64.s 448 DISPATCH(runtime·call32, 32)
514 CALLFN(·call32, 32)
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
stubs.go 249 func call32(typ, fn, arg unsafe.Pointer, n, retoffset uint32) func
asm_amd64p32.s 348 DISPATCH(runtime·call32, 32)
414 CALLFN(·call32, 32)
asm_arm64.s 354 DISPATCH(runtime·call32, 32)
429 CALLFN(·call32, 40 )
asm_mips64x.s 326 DISPATCH(runtime·call32, 32)
400 CALLFN(·call32, 32)
asm_mipsx.s 325 DISPATCH(runtime·call32, 32)
399 CALLFN(·call32, 32)
asm_arm.s 378 DISPATCH(runtime·call32, 32)
450 CALLFN(·call32, 32)
asm_ppc64x.s 382 DISPATCH(runtime·call32, 32)
458 CALLFN(·call32, 32)
    [all...]
asm_s390x.s 337 DISPATCH(runtime·call32, 32)
415 CALLFN(·call32, 32)
    [all...]
asm_386.s 453 DISPATCH(runtime·call32, 32)
520 CALLFN(·call32, 32)
    [all...]
asm_amd64.s 448 DISPATCH(runtime·call32, 32)
514 CALLFN(·call32, 32)
    [all...]
  /external/syslinux/memdisk/
memdisk16.asm 731 ; containing the call32sys_t structure from <call32.h> as well as
  /external/llvm/test/Transforms/ObjCARC/
path-overflow.ll 45 br i1 undef, label %msgSend.nullinit33, label %msgSend.call32
47 msgSend.call32: ; preds = %if.end10
53 msgSend.cont34: ; preds = %msgSend.nullinit33, %msgSend.call32
    [all...]

Completed in 1187 milliseconds

1 2