HomeSort by relevance Sort by last modified time
    Searched refs:fieldLoc (Results 1 - 5 of 5) sorted by null

  /dalvik/vm/compiler/codegen/mips/
Assemble.cpp 522 switch(encoder->fieldLoc[i].kind) {
526 if (encoder->fieldLoc[i].start == 0 && encoder->fieldLoc[i].end == 31) {
529 value = (operand << encoder->fieldLoc[i].start) &
530 ((1 << (encoder->fieldLoc[i].end + 1)) - 1);
537 value = ((operand & FP_REG_MASK) << encoder->fieldLoc[i].start) &
538 ((1 << (encoder->fieldLoc[i].end + 1)) - 1);
544 value = ((operand & FP_REG_MASK) << encoder->fieldLoc[i].start) &
545 ((1 << (encoder->fieldLoc[i].end + 1)) - 1);
    [all...]
MipsLIR.h 559 /* Instruction assembly fieldLoc kind */
574 } fieldLoc[4];
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp     [all...]
ArmLIR.h     [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 410 if (EncodingMap[opcode].fieldLoc[2].kind == kFmtShift)
    [all...]

Completed in 1231 milliseconds