Searched refs:operand_type (Results 1 – 3 of 3) sorted by relevance
125 unw_word_t *addr, int operand_type, unw_word_t *val, void *arg) in read_operand() argument133 if (operand_type == ADDR) in read_operand()136 case 1: operand_type = VAL8; break; in read_operand()137 case 2: operand_type = VAL16; break; in read_operand()138 case 4: operand_type = VAL32; break; in read_operand()139 case 8: operand_type = VAL64; break; in read_operand()143 switch (operand_type) in read_operand()183 Debug (1, "Unexpected operand type %d\n", operand_type); in read_operand()
532 Type *operand_type = operand->getType(); in CanInterpret() local534 switch (operand_type->getTypeID()) in CanInterpret()541 … log->Printf("Unsupported operand type: %s", PrintType(operand_type).c_str()); in CanInterpret()
2010 Type *operand_type = operand_constant_fp->getType(); in ReplaceStaticLiterals() local2054 size_t align = m_target_data->getPrefTypeAlignment(operand_type); in ReplaceStaticLiterals()