/external/llvm/include/llvm/Target/ |
TargetOpcodes.h | 32 /// KILL - This instruction is a noop that is used only to adjust the 35 KILL = 5,
|
/external/openssh/ |
opensshd.init.in | 9 KILL=@KILL@ 46 ${KILL} ${PID}
|
/development/ndk/platforms/android-9/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/frameworks/av/media/libmedia/ |
SoundPoolThread.h | 30 enum MessageType { INVALID, KILL, LOAD_SAMPLE };
|
SoundPoolThread.cpp | 54 mMsgQueue.push(SoundPoolMsg(SoundPoolMsg::KILL, 0)); 87 case SoundPoolMsg::KILL:
|
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/bionic/libc/include/sys/ |
_sigdefs.h | 50 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/development/ndk/platforms/android-9/arch-mips/include/sys/ |
_sigdefs.h | 50 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/external/llvm/lib/CodeGen/ |
ExpandPostRAPseudos.cpp | 101 MI->setDesc(TII->get(TargetOpcode::KILL)); 109 // %RAX<def> = SUBREG_TO_REG 0, %EAX<kill>, 3 112 MI->setDesc(TII->get(TargetOpcode::KILL)); 139 MI->setDesc(TII->get(TargetOpcode::KILL)); 149 // No need to insert an identity copy instruction, but replace with a KILL 153 // instruction with KILL. 154 MI->setDesc(TII->get(TargetOpcode::KILL));
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/ |
_sigdefs.h | 50 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/ |
_sigdefs.h | 50 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/dalvik/vm/analysis/ |
Liveness.cpp | 300 static inline void KILL(BitVector* workBits, u4 regIndex) 329 * Add registers to the "GEN" or "KILL" sets. We want to do KILL 464 KILL(workBits, decInsn.vA); 519 KILL(workBits, decInsn.vA); 538 KILL(workBits, decInsn.vA); 580 KILL(workBits, decInsn.vA); 596 KILL(workBits, decInsn.vA); 641 /* KILL(workBits, decInsn.vA); */
|
/system/core/toolbox/ |
kill.c | 20 _SIG(KILL), 137 int err = kill(pid, sig); 140 fprintf(stderr, "could not kill pid %d: %s\n", pid, strerror(errno));
|
/external/llvm/lib/Target/Hexagon/ |
HexagonNewValueJump.cpp | 107 // %D0<def> = Hexagon_S2_lsr_r_p %D0<kill>, %R2<kill> 108 // %R0<def> = KILL %R0, %D0<imp-use,kill> 109 // %P0<def> = CMPEQri %R0<kill>, 0 110 // Hence, we need to check if it's a KILL instruction. 111 if (II->getOpcode() == TargetOpcode::KILL) 168 // KILL sets kill flag on the opcode. It also sets up a 170 // %D0<def> = Hexagon_S2_lsr_r_p %D0<kill>, %R2<kill [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCCodeEmitter.cpp | 126 case TargetOpcode::KILL:
|