Searched refs:primary_opcode (Results 1 – 3 of 3) sorted by relevance
419 uint8_t primary_opcode = inst & 0xC0; in ParseCIE() local422 if (!HandleCommonDwarfOpcode(primary_opcode, extended_opcode, in ParseCIE()623 uint8_t primary_opcode = inst & 0xC0; in ParseFDE() local626 if (!HandleCommonDwarfOpcode(primary_opcode, extended_opcode, data_align, in ParseFDE()628 if (primary_opcode) { in ParseFDE()629 switch (primary_opcode) { in ParseFDE()781 bool DWARFCallFrameInfo::HandleCommonDwarfOpcode(uint8_t primary_opcode, in HandleCommonDwarfOpcode() argument788 if (primary_opcode) { in HandleCommonDwarfOpcode()789 switch (primary_opcode) { in HandleCommonDwarfOpcode()
113 uint8_t primary_opcode; member132 uint8_t opcode = opcode_and_modrm.primary_opcode; in MapOpcodeIntoControlFlowKind()278 ret.primary_opcode = inst_bytes[op_idx]; in InstructionLengthDecode()279 switch (ret.primary_opcode) { in InstructionLengthDecode()328 ret.primary_opcode = inst_bytes[op_idx + 2]; in InstructionLengthDecode()338 ret.primary_opcode = inst_bytes[op_idx + 3]; in InstructionLengthDecode()349 ret.primary_opcode = inst_bytes[op_idx + 4]; in InstructionLengthDecode()359 ret.primary_opcode = inst_bytes[op_idx]; in InstructionLengthDecode()364 if (ret.primary_opcode == 0x0F) { in InstructionLengthDecode()365 ret.primary_opcode = inst_bytes[++op_idx]; // get the next byte in InstructionLengthDecode()[all …]
152 bool HandleCommonDwarfOpcode(uint8_t primary_opcode, uint8_t extended_opcode,