Lines Matching refs:empty
116 encoding |= !instr->definitions.empty() ? instr->definitions[0].physReg() << 16 : 0;
118 encoding |= !instr->operands.empty() ? instr->operands[0].physReg() : 0;
141 encoding |= !instr->definitions.empty() && !(instr->definitions[0].physReg() == scc)
143 : !instr->operands.empty() && instr->operands[0].physReg() <= 127
152 encoding |= !instr->definitions.empty() ? instr->definitions[0].physReg() << 16 : 0;
154 encoding |= !instr->operands.empty() ? instr->operands[0].physReg() : 0;
162 encoding |= !instr->operands.empty() ? instr->operands[0].physReg() : 0;
180 bool soe = instr->operands.size() >= (!instr->definitions.empty() ? 3 : 4);
181 bool is_load = !instr->definitions.empty();
284 if (!instr->definitions.empty())
287 if (!instr->operands.empty())
364 unsigned reg = !instr->definitions.empty() ? instr->definitions[0].physReg() : 0;
478 if (!instr->definitions.empty()) {
540 if (!instr->definitions.empty())