/external/v8/test/unittests/compiler/ |
opcodes-unittest.cc | 14 bool IsCommonOpcode(IrOpcode::Value opcode) { 15 switch (opcode) { 16 #define OPCODE(Opcode) \ 17 case IrOpcode::k##Opcode: \ 19 COMMON_OP_LIST(OPCODE) 20 CONTROL_OP_LIST(OPCODE) 21 #undef OPCODE 28 bool IsControlOpcode(IrOpcode::Value opcode) { 29 switch (opcode) { [all...] |
/external/javassist/src/main/javassist/bytecode/ |
Mnemonic.java | 21 * <p>This interface has been separated from javassist.bytecode.Opcode 23 * interface were merged with Opcode, extra memory would be unnecessary 26 * @see Opcode 31 * The instruction names (mnemonics) sorted by the opcode. 37 String[] OPCODE = {
|
/toolchain/binutils/binutils-2.25/opcodes/ |
spu-opc.c | 1 /* SPU opcode list 22 #include "opcode/spu.h" 24 /* This file holds the Spu opcode table */ 30 id_tag mode mode type opcode mnemonic asmtype dependency FPU L/S? branch? instruction 36 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 37 { MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT }, 38 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 39 { MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT }, 40 #include "opcode/spu-insns.h"
|
avr-dis.c | 33 char *opcode; member in struct:avr_opcodes_s 39 #define AVR_INSN(NAME, CONSTR, OPCODE, SIZE, ISA, BIN) \ 40 {#NAME, CONSTR, OPCODE, SIZE, ISA, BIN}, 44 #include "opcode/avr.h" 288 const struct avr_opcodes_s *opcode; local 315 for (opcode = avr_opcodes, maskptr = avr_bin_masks; 316 opcode->name; 317 opcode++, maskptr++) 323 for (s = opcode->opcode; *s; ++s [all...] |
/external/llvm/lib/Analysis/ |
InstCount.cpp | 31 #define HANDLE_INST(N, OPCODE, CLASS) \ 32 STATISTIC(Num ## OPCODE ## Inst, "Number of " #OPCODE " insts"); 44 #define HANDLE_INST(N, OPCODE, CLASS) \ 45 void visit##OPCODE(CLASS &) { ++Num##OPCODE##Inst; ++TotalInsts; }
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
ImmutableArrayPayload.java | 36 import org.jf.dexlib2.Opcode; 45 public static final Opcode OPCODE = Opcode.ARRAY_PAYLOAD; 52 super(OPCODE); 59 super(OPCODE); 80 @Override public Format getFormat() { return OPCODE.format; }
|
ImmutablePackedSwitchPayload.java | 36 import org.jf.dexlib2.Opcode; 46 public static final Opcode OPCODE = Opcode.PACKED_SWITCH_PAYLOAD; 51 super(OPCODE); 58 super(OPCODE); 74 @Override public Format getFormat() { return OPCODE.format; }
|
ImmutableSparseSwitchPayload.java | 36 import org.jf.dexlib2.Opcode; 46 public static final Opcode OPCODE = Opcode.SPARSE_SWITCH_PAYLOAD; 51 super(OPCODE); 57 super(OPCODE); 73 @Override public Format getFormat() { return OPCODE.format; }
|
/external/valgrind/none/tests/ppc32/ |
opcodes.h | 28 #define X20_ASM(OPCODE, TH, RA, RB, XO, RES) \ 30 "(" #OPCODE "<<" X20_OPCODE_OFFSET ")" "+" \ 37 #define X20(OPCODE, TH, RA, RB, XO, RES) X20_ASM(OPCODE, TH, RA, RB, XO, RES)
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/ |
BuilderArrayPayload.java | 36 import org.jf.dexlib2.Opcode; 45 public static final Opcode OPCODE = Opcode.ARRAY_PAYLOAD; 52 super(OPCODE); 61 @Override public Format getFormat() { return OPCODE.format; }
|
BuilderPackedSwitchPayload.java | 37 import org.jf.dexlib2.Opcode; 47 public static final Opcode OPCODE = Opcode.PACKED_SWITCH_PAYLOAD; 53 super(OPCODE); 68 @Override public Format getFormat() { return OPCODE.format; }
|
BuilderSparseSwitchPayload.java | 38 import org.jf.dexlib2.Opcode; 48 public static final Opcode OPCODE = Opcode.SPARSE_SWITCH_PAYLOAD; 53 super(OPCODE); 69 @Override public Format getFormat() { return OPCODE.format; }
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/ |
DexBackedArrayPayload.java | 34 import org.jf.dexlib2.Opcode; 44 public static final Opcode OPCODE = Opcode.ARRAY_PAYLOAD; 55 super(dexFile, OPCODE, instructionStart);
|
/packages/apps/Stk/src/com/android/stk/ |
StkCmdReceiver.java | 58 args.putInt(StkAppService.OPCODE, op); 91 args.putInt(StkAppService.OPCODE, StkAppService.OP_LOCALE_CHANGED); 98 args.putInt(StkAppService.OPCODE, StkAppService.OP_IDLE_SCREEN);
|
BootCompletedReceiver.java | 42 args.putInt(StkAppService.OPCODE, StkAppService.OP_BOOT_COMPLETED);
|
StkMain.java | 98 args.putInt(StkAppService.OPCODE, StkAppService.OP_LAUNCH_APP);
|
/external/llvm/include/llvm/IR/ |
InstVisitor.h | 27 #define HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; 79 /// opcode. 122 #define HANDLE_INST(NUM, OPCODE, CLASS) \ 123 case Instruction::OPCODE: return \ 125 visit##OPCODE(static_cast<CLASS&>(I)); 150 // These functions can also implement fan-out, when a single opcode and 154 #define HANDLE_INST(NUM, OPCODE, CLASS) \ 155 RetTy visit##OPCODE(CLASS &I) { \
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
spu.h | 72 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 74 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ 76 #include "opcode/spu-insns.h" 85 unsigned int opcode; member in struct:spu_opcode
|
h8300.h | 0 /* Opcode table for the H8/300 617 #define EXPAND2_STD_IMM(CODE, WEIGHT, NAME, SRC, PREFIX, OPCODE, IGN, IMMLIST) \ 618 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPOSTINC, E}}, {{PREFIX, TO_POSTINC, OPCODE, IGN, IMMLIST, E}}}, \ 619 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPOSTDEC, E}}, {{PREFIX, TO_POSTDEC, OPCODE, IGN, IMMLIST, E}}}, \ 620 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPREINC, E}}, {{PREFIX, TO_PREINC, OPCODE, IGN, IMMLIST, E}}}, \ 621 {CODE, AV_H8SX, 0, NAME, {{SRC, RDPREDEC, E}}, {{PREFIX, TO_PREDEC, OPCODE, IGN, IMMLIST, E}}}, \ 622 {CODE, AV_H8SX, 0, NAME, {{SRC, DISP2DST, E}}, {{PREFIX, TO_DISP2, OPCODE, IGN, IMMLIST, E}}}, \ 623 {CODE, AV_H8SX, 0, NAME, {{SRC, DISP16DST, E}}, {{PREFIX, TO_DISP16, OPCODE, IGN, DSTDISP16LIST, IMMLIST, E}}}, \ 624 {CODE, AV_H8SX, 0, NAME, {{SRC, DISP32DST, E}}, {{PREFIX, TO_DISP32, OPCODE, IGN, DSTDISP32LIST, IMMLIST, E}}}, \ 625 {CODE, AV_H8SX, 0, NAME, {{SRC, INDEXB16D, E}}, {{PREFIX, TO_DISP16B, OPCODE, IGN, DSTDISP16LIST, IMMLIST, E}}}, [all...] |
/external/jetty/src/java/org/eclipse/jetty/websocket/ |
WebSocketParserD06.java | 42 START(0), MASK(4), OPCODE(1), LENGTH_7(1), LENGTH_16(2), LENGTH_63(8), DATA(0), SKIP(1); 157 _state=_masked?State.MASK:State.OPCODE; 164 _state=State.OPCODE; 169 case OPCODE:
|
WebSocketParserD08.java | 42 START(0), OPCODE(1), LENGTH_7(1), LENGTH_16(2), LENGTH_63(8), MASK(4), PAYLOAD(0), DATA(0), SKIP(1), SEEK_EOF(1); 207 _state=_opcode==WebSocketConnectionD08.OP_CLOSE?State.SEEK_EOF:State.OPCODE; 211 case OPCODE:
|
WebSocketParserRFC6455.java | 42 START(0), OPCODE(1), LENGTH_7(1), LENGTH_16(2), LENGTH_63(8), MASK(4), PAYLOAD(0), DATA(0), SKIP(1), SEEK_EOF(1); 207 _state=_opcode==WebSocketConnectionRFC6455.OP_CLOSE?State.SEEK_EOF:State.OPCODE; 211 case OPCODE:
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-rl78.c | 466 so that we can retain this alignment as we adjust opcode sizes. */ 544 0 /* opcode */); 693 opcode (like BRA.S). We store the number of total bytes we need in 695 existing opcode bytes to figure out what actual opcode we need to 728 /* Given the opcode bytes at OP, figure out which opcode it is and 729 return the type of opcode. We use this to re-encode the opcode as 805 /* Estimate how big the opcode is after this relax pass. The retur [all...] |
tc-rx.c | 687 /* These negative numbers are found in rx_bytesT.n_base for non-opcode 722 /* We set n_ops to be "size of next opcode" if the next opcode doesn't relax. */ 742 0 /* opcode */); 1109 0 /* opcode */); 1260 so that we can retain this alignment as we adjust opcode sizes. */ [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 45 : Op0(Op0In), Op1(Op1In), Opcode(0), ICmpType(0), CCValid(0), CCMask(0) {} 50 // The opcode that should be used to compare Op0 and Op1. 51 unsigned Opcode; 56 // The mask of CC values that Opcode can produce. 267 for (unsigned Opcode = 0; Opcode < ISD::BUILTIN_OP_END; ++Opcode) 268 if (getOperationAction(Opcode, VT) == Legal) 269 setOperationAction(Opcode, VT, Expand); [all...] |