OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RegOps
(Results
1 - 25
of
33
) sorted by null
1
2
/dalvik/dexgen/src/com/android/dexgen/rop/code/
Rop.java
52
/** the opcode; one of the constants in {@link
RegOps
} */
83
* @param opcode the opcode; one of the constants in {@link
RegOps
}
131
* @param opcode the opcode; one of the constants in {@link
RegOps
}
151
* @param opcode the opcode; one of the constants in {@link
RegOps
}
170
* @param opcode the opcode; one of the constants in {@link
RegOps
}
186
* @param opcode the opcode; one of the constants in {@link
RegOps
}
205
* @param opcode the opcode; one of the constants in {@link
RegOps
}
254
sb.append(
RegOps
.opName(opcode));
372
case
RegOps
.AND:
373
case
RegOps
.OR
[
all
...]
RegOps.java
31
public final class
RegOps
{
302
private
RegOps
() {
384
case
RegOps
.IF_EQ:
385
case
RegOps
.IF_NE:
387
case
RegOps
.IF_LT:
388
return
RegOps
.IF_GT;
389
case
RegOps
.IF_GE:
390
return
RegOps
.IF_LE;
391
case
RegOps
.IF_LE:
392
return
RegOps
.IF_GE
[
all
...]
/dalvik/dx/src/com/android/dx/rop/code/
Rop.java
52
/** the opcode; one of the constants in {@link
RegOps
} */
83
* @param opcode the opcode; one of the constants in {@link
RegOps
}
131
* @param opcode the opcode; one of the constants in {@link
RegOps
}
151
* @param opcode the opcode; one of the constants in {@link
RegOps
}
170
* @param opcode the opcode; one of the constants in {@link
RegOps
}
186
* @param opcode the opcode; one of the constants in {@link
RegOps
}
205
* @param opcode the opcode; one of the constants in {@link
RegOps
}
254
sb.append(
RegOps
.opName(opcode));
372
case
RegOps
.AND:
373
case
RegOps
.OR
[
all
...]
RegOps.java
31
public final class
RegOps
{
302
private
RegOps
() {
384
case
RegOps
.IF_EQ:
385
case
RegOps
.IF_NE:
387
case
RegOps
.IF_LT:
388
return
RegOps
.IF_GT;
389
case
RegOps
.IF_GE:
390
return
RegOps
.IF_LE;
391
case
RegOps
.IF_LE:
392
return
RegOps
.IF_GE
[
all
...]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rop.java
52
/** the opcode; one of the constants in {@link
RegOps
} */
83
* @param opcode the opcode; one of the constants in {@link
RegOps
}
131
* @param opcode the opcode; one of the constants in {@link
RegOps
}
151
* @param opcode the opcode; one of the constants in {@link
RegOps
}
170
* @param opcode the opcode; one of the constants in {@link
RegOps
}
186
* @param opcode the opcode; one of the constants in {@link
RegOps
}
205
* @param opcode the opcode; one of the constants in {@link
RegOps
}
254
sb.append(
RegOps
.opName(opcode));
372
case
RegOps
.AND:
373
case
RegOps
.OR
[
all
...]
RegOps.java
31
public final class
RegOps
{
302
private
RegOps
() {
384
case
RegOps
.IF_EQ:
385
case
RegOps
.IF_NE:
387
case
RegOps
.IF_LT:
388
return
RegOps
.IF_GT;
389
case
RegOps
.IF_GE:
390
return
RegOps
.IF_LE;
391
case
RegOps
.IF_LE:
392
return
RegOps
.IF_GE
[
all
...]
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
311
unsigned
RegOps
= OpNum + 1;
312
while (MI->getOperand(
RegOps
).isReg()) {
314
<< ARMInstPrinter::getRegisterName(MI->getOperand(
RegOps
).getReg());
315
RegOps
++;
[
all
...]
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar
/prebuilts/sdk/tools/lib/
dx.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-rc1/
builder-2.1.0-rc1.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.2/
builder-2.1.2.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.3/
builder-2.1.3.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha1/
builder-2.2.0-alpha1.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha3/
builder-2.2.0-alpha3.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha4/
builder-2.2.0-alpha4.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha6/
builder-2.2.0-alpha6.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha7/
builder-2.2.0-alpha7.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-beta1/
builder-2.2.0-beta1.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-beta2/
builder-2.2.0-beta2.jar
/prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-beta3/
builder-2.2.0-beta3.jar
/prebuilts/tools/common/offline-m2/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar
Completed in 1559 milliseconds
1
2