Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h82 SupportsEmulatingIntructionsOfTypeStatic (InstructionType inst_type) in SupportsEmulatingIntructionsOfTypeStatic()
152 SupportsEmulatingIntructionsOfType (InstructionType inst_type) in SupportsEmulatingIntructionsOfType()
DEmulateInstructionARM.cpp197 EmulateInstructionARM::CreateInstance (const ArchSpec &arch, InstructionType inst_type) in CreateInstance()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c522 char inst_type = bytes[bytes_read++]; in r600_bytecode_from_byte_stream() local