Searched defs:inst_type (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h79 InstructionType inst_type);
82 SupportsEmulatingIntructionsOfTypeStatic (InstructionType inst_type) argument
84 switch (inst_type)
152 SupportsEmulatingIntructionsOfType (InstructionType inst_type) argument
154 return SupportsEmulatingIntructionsOfTypeStatic (inst_type);
H A DEmulateInstructionARM.cpp197 EmulateInstructionARM::CreateInstance (const ArchSpec &arch, InstructionType inst_type) argument
199 if (EmulateInstructionARM::SupportsEmulatingIntructionsOfTypeStatic(inst_type))
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c522 char inst_type = bytes[bytes_read++]; local
523 switch (inst_type) {

Completed in 161 milliseconds