Searched refs:fieldLoc (Results 1 – 5 of 5) sorted by relevance
522 switch(encoder->fieldLoc[i].kind) { in assembleInstructions()526 if (encoder->fieldLoc[i].start == 0 && encoder->fieldLoc[i].end == 31) { in assembleInstructions()529 value = (operand << encoder->fieldLoc[i].start) & in assembleInstructions()530 ((1 << (encoder->fieldLoc[i].end + 1)) - 1); in assembleInstructions()537 value = ((operand & FP_REG_MASK) << encoder->fieldLoc[i].start) & in assembleInstructions()538 ((1 << (encoder->fieldLoc[i].end + 1)) - 1); in assembleInstructions()544 value = ((operand & FP_REG_MASK) << encoder->fieldLoc[i].start) & in assembleInstructions()545 ((1 << (encoder->fieldLoc[i].end + 1)) - 1); in assembleInstructions()
574 } fieldLoc[4]; member
1078 switch(encoder->fieldLoc[i].kind) { in assembleInstructions()1082 value = ((operand & 0xF0) >> 4) << encoder->fieldLoc[i].end; in assembleInstructions()1083 value |= (operand & 0x0F) << encoder->fieldLoc[i].start; in assembleInstructions()1119 value = (operand << encoder->fieldLoc[i].start) & in assembleInstructions()1120 ((1 << (encoder->fieldLoc[i].end + 1)) - 1); in assembleInstructions()1129 encoder->fieldLoc[i].end; in assembleInstructions()1132 encoder->fieldLoc[i].start; in assembleInstructions()1140 encoder->fieldLoc[i].end; in assembleInstructions()1143 encoder->fieldLoc[i].start; in assembleInstructions()
734 } fieldLoc[4]; member
410 if (EncodingMap[opcode].fieldLoc[2].kind == kFmtShift) in opRegRegShift()