OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RegOps
(Results
1 - 8
of
8
) sorted by null
/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
484
unsigned
RegOps
= OpNum + 1;
485
while (MI->getOperand(
RegOps
).isReg()) {
487
<< ARMInstPrinter::getRegisterName(MI->getOperand(
RegOps
).getReg());
488
RegOps
++;
[
all
...]
/prebuilts/sdk/tools/lib/
dx.jar
Completed in 163 milliseconds