HomeSort by relevance Sort by last modified time
    Searched refs:opcode (Results 226 - 250 of 1508) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 104 { package opcode; # pick up opcodes
228 die if (opcode->mnemonic() ne "mov");
229 opcode->mnemonic("lea");
275 $sz="q" if ($self->{asterisk} || opcode->mnemonic() eq "movq");
276 $sz="l" if (opcode->mnemonic() eq "movd");
416 if ($nasm && opcode->mnemonic()=~m/^j/) {
429 my %opcode = # lea 2f-1f(%rip),%dst; 1: nop; 2:
448 $line=sprintf "0x%x,0x90000000",$opcode{$1};
654 local *opcode=shift;
659 push @opcode,($rex|0x40) if ($rex)
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
DexTranslationAdvice.java 57 public boolean hasConstantOperation(Rop opcode,
67 opcode.getOpcode() == RegOps.SUB) {
77 switch (opcode.getOpcode()) {
102 public boolean requiresSourcesInOrder(Rop opcode,
105 return !disableSourcesInOrder && opcode.isCallLike()
  /dalvik/vm/compiler/codegen/arm/
ArchFactory.cpp 106 static void genDispatchToHandler(CompilationUnit *cUnit, TemplateOpcode opcode)
118 (int) gDvmJit.codeCache + templateEntryOffsets[opcode],
119 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
121 (int) gDvmJit.codeCache + templateEntryOffsets[opcode],
122 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
DexTranslationAdvice.java 57 public boolean hasConstantOperation(Rop opcode,
67 opcode.getOpcode() == RegOps.SUB) {
77 switch (opcode.getOpcode()) {
102 public boolean requiresSourcesInOrder(Rop opcode,
105 return !disableSourcesInOrder && opcode.isCallLike()
  /external/proguard/src/proguard/classfile/instruction/
LookUpSwitchInstruction.java 47 public LookUpSwitchInstruction(byte opcode,
52 this.opcode = opcode;
66 this.opcode = lookUpSwitchInstruction.opcode;
TableSwitchInstruction.java 48 public TableSwitchInstruction(byte opcode,
54 this.opcode = opcode;
69 this.opcode = tableSwitchInstruction.opcode;
  /external/chromium_org/sandbox/win/src/sidestep/
mini_disassembler.cpp 58 // specified by the opcode and/or ModR/M byte and/or SIB byte.
63 // We get the total length of any prefixes, the opcode, and the ModR/M and
90 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; local
92 switch (opcode.type_) {
108 instruction_type = opcode.type_;
132 const Opcode& opcode = table.table_[current_byte]; local
133 if (IT_UNUSED == opcode.type_) {
139 } else if (IT_REFERENCE == opcode.type_)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_core.c 233 if (header->opcode != (int32_t)RBUG_OP_NOOP)
241 ret->header.opcode = header->opcode;
252 if (header->opcode != (int32_t)RBUG_OP_PING)
260 ret->header.opcode = header->opcode;
274 if (header->opcode != (int32_t)RBUG_OP_ERROR)
285 ret->header.opcode = header->opcode;
301 if (header->opcode != (int32_t)RBUG_OP_PING_REPLY
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 66 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon14881::__anon14882
73 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon14881::__anon14883
85 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon14881::__anon14884
94 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon14881::__anon14885
102 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon14881::__anon14886
108 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon14881::__anon14887
114 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon14881::__anon14888
119 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon14881::__anon14889
124 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon14881::__anon14890
129 unsigned opcode : 11 member in struct:sm4_token_instruction::__anon14881::__anon14891
134 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon14881::__anon14892
139 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon14881::__anon14893
144 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon14881::__anon14894
149 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon14881::__anon14895
154 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon14881::__anon14896
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
mini_disassembler.cc 83 // specified by the opcode and/or ModR/M byte and/or SIB byte.
88 // We get the total length of any prefixes, the opcode, and the ModR/M and
121 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; local
123 switch (opcode.type_) {
141 instruction_type = opcode.type_;
165 const Opcode& opcode = table.table_[current_byte]; local
166 if (IT_UNUSED == opcode.type_) {
172 } else if (IT_REFERENCE == opcode.type_)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
mini_disassembler.cc 83 // specified by the opcode and/or ModR/M byte and/or SIB byte.
88 // We get the total length of any prefixes, the opcode, and the ModR/M and
121 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; local
123 switch (opcode.type_) {
141 instruction_type = opcode.type_;
165 const Opcode& opcode = table.table_[current_byte]; local
166 if (IT_UNUSED == opcode.type_) {
172 } else if (IT_REFERENCE == opcode.type_)
    [all...]
  /external/chromium_org/tools/memory_watcher/
mini_disassembler.cc 56 // specified by the opcode and/or ModR/M byte and/or SIB byte.
61 // We get the total length of any prefixes, the opcode, and the ModR/M and
88 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; local
90 switch (opcode.type_) {
106 instruction_type = opcode.type_;
130 const Opcode& opcode = table.table_[current_byte]; local
131 if (IT_UNUSED == opcode.type_) {
137 } else if (IT_REFERENCE == opcode.type_)
    [all...]
  /external/chromium_org/tools/traceline/traceline/sidestep/
mini_disassembler.cc 79 // specified by the opcode and/or ModR/M byte and/or SIB byte.
84 // We get the total length of any prefixes, the opcode, and the ModR/M and
111 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; local
113 switch (opcode.type_) {
129 instruction_type = opcode.type_;
153 const Opcode& opcode = table.table_[current_byte]; local
154 if (IT_UNUSED == opcode.type_) {
160 } else if (IT_REFERENCE == opcode.type_)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_core.c 233 if (header->opcode != (int32_t)RBUG_OP_NOOP)
241 ret->header.opcode = header->opcode;
252 if (header->opcode != (int32_t)RBUG_OP_PING)
260 ret->header.opcode = header->opcode;
274 if (header->opcode != (int32_t)RBUG_OP_ERROR)
285 ret->header.opcode = header->opcode;
301 if (header->opcode != (int32_t)RBUG_OP_PING_REPLY
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 66 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon25223::__anon25224
73 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon25223::__anon25225
85 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon25223::__anon25226
94 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon25223::__anon25227
102 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon25223::__anon25228
108 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon25223::__anon25229
114 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon25223::__anon25230
119 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon25223::__anon25231
124 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon25223::__anon25232
129 unsigned opcode : 11 member in struct:sm4_token_instruction::__anon25223::__anon25233
134 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon25223::__anon25234
139 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon25223::__anon25235
144 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon25223::__anon25236
149 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon25223::__anon25237
154 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon25223::__anon25238
    [all...]
  /art/compiler/dex/quick/
local_optimizations.cc 81 if (is_pseudo_opcode(this_lir->opcode)) {
87 uint64_t target_flags = GetTargetInstFlags(this_lir->opcode);
102 native_reg_id = (GetTargetInstFlags(this_lir->opcode) & IS_STORE) ? this_lir->operands[2]
107 bool is_this_lir_load = GetTargetInstFlags(this_lir->opcode) & IS_LOAD;
139 if (check_lir->flags.is_nop || is_pseudo_opcode(check_lir->opcode)) {
150 uint64_t check_flags = GetTargetInstFlags(check_lir->opcode);
242 uint64_t flags = GetTargetInstFlags(check_lir->opcode);
289 if (is_pseudo_opcode(this_lir->opcode)) {
293 uint64_t target_flags = GetTargetInstFlags(this_lir->opcode);
366 if (stop_here || !is_pseudo_opcode(check_lir->opcode)) {
    [all...]
  /external/bluetooth/bluedroid/stack/avrc/
avrc_bld_ct.c 131 UINT8 opcode; local
133 opcode = avrc_opcode_from_pdu(p_cmd->pdu);
134 AVRC_TRACE_API2("avrc_bld_init_cmd_buffer: pdu=%x, opcode=%x", p_cmd->pdu, opcode);
136 switch (opcode)
154 p_pkt->event = opcode;
160 if (opcode != AVRC_OP_PASS_THRU)
163 switch (opcode)
176 p_cmd->cmd.opcode = opcode;
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
GotoCommonCodeReplacer.java 101 byte opcode = branchInstruction.opcode;
102 if ((opcode == InstructionConstants.OP_GOTO ||
103 opcode == InstructionConstants.OP_GOTO_W) &&
139 new BranchInstruction(opcode, newBranchOffset);
229 * Returns whether the given opcode represents a pop instruction that must
232 private boolean isPop(byte opcode)
234 return opcode == InstructionConstants.OP_POP ||
235 opcode == InstructionConstants.OP_POP2 ||
236 opcode == InstructionConstants.OP_ARRAYLENGTH
    [all...]
  /art/compiler/dex/
mir_optimization.cc 43 int df_attributes = oat_data_flow_attributes_[mir->dalvikInsn.opcode];
53 switch (d_insn->opcode) {
134 int opcode = mir->dalvikInsn.opcode; local
135 if ((mir->dalvikInsn.opcode == Instruction::MOVE_RESULT) ||
136 (mir->dalvikInsn.opcode == Instruction::MOVE_RESULT_OBJECT) ||
137 (mir->dalvikInsn.opcode == Instruction::MOVE_RESULT_WIDE)) {
141 if (opcode < kNumPackedOpcodes) {
173 if (static_cast<int>(mir->dalvikInsn.opcode) == kMirOpPhi) {
185 switch (mir->dalvikInsn.opcode) {
223 Instruction::Code opcode = mir->dalvikInsn.opcode; local
522 Instruction::Code opcode = prev->last_mir_insn->dalvikInsn.opcode; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsn.java 36 /** the opcode; one of the constants from {@link Dops} */
37 private final Dop opcode; field in class:DalvInsn
59 Dop opcode; local
62 opcode = reference ? Dops.MOVE_OBJECT :
65 opcode = reference ? Dops.MOVE_OBJECT_FROM16 :
68 opcode = reference ? Dops.MOVE_OBJECT_16 :
72 return new SimpleInsn(opcode, position,
86 * @param opcode the opcode; one of the constants from {@link Dops}
92 public DalvInsn(Dop opcode, SourcePosition position
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsn.java 37 /** the opcode; one of the constants from {@link Dops} */
38 private final Dop opcode; field in class:DalvInsn
60 Dop opcode; local
63 opcode = reference ? Dops.MOVE_OBJECT :
66 opcode = reference ? Dops.MOVE_OBJECT_FROM16 :
69 opcode = reference ? Dops.MOVE_OBJECT_16 :
73 return new SimpleInsn(opcode, position,
87 * @param opcode the opcode; one of the constants from {@link Dops}
93 public DalvInsn(Dop opcode, SourcePosition position
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_SUPER.S 26 bne .L${opcode}_continue @ resolved, continue on
27 b .L${opcode}_resolve @ do resolve now
35 .L${opcode}_continue:
41 bcs .L${opcode}_nsm @ method not present in superclass
46 .L${opcode}_resolve:
51 bne .L${opcode}_continue @ no, continue
58 .L${opcode}_nsm:
OP_SPUT_OBJECT.S 17 beq .L${opcode}_resolve @ yes, do resolve
18 .L${opcode}_finish: @ field ptr in r0
24 GET_INST_OPCODE(ip) @ extract opcode from rINST
26 b .L${opcode}_end
30 .L${opcode}_end:
41 .L${opcode}_resolve:
58 b .L${opcode}_finish @ resume
  /dalvik/vm/mterp/mips/
OP_APUT_OBJECT.S 27 bnez rBIX, .L${opcode}_checks # yes, skip type checks
28 .L${opcode}_finish:
30 GET_INST_OPCODE(t0) # extract opcode from rINST
35 .L${opcode}_checks:
39 beqz v0, .L${opcode}_throw # okay ?
44 b .L${opcode}_finish # yes, skip type checks
45 .L${opcode}_throw:
  /external/chromium_org/third_party/mesa/src/src/glx/
packrender.h 76 #define __GLX_BEGIN_VARIABLE(opcode,size) \
81 __GLX_PUT_SHORT(2,opcode)
83 #define __GLX_BEGIN_VARIABLE_LARGE(opcode,size) \
86 __GLX_PUT_LONG(4,opcode)
88 #define __GLX_BEGIN_VARIABLE_WITH_PIXEL(opcode,size) \
93 __GLX_PUT_SHORT(2,opcode); \
98 #define __GLX_BEGIN_VARIABLE_LARGE_WITH_PIXEL(opcode,size) \
101 __GLX_PUT_LONG(4,opcode); \
106 #define __GLX_BEGIN_VARIABLE_WITH_PIXEL_3D(opcode,size) \
111 __GLX_PUT_SHORT(2,opcode); \
    [all...]

Completed in 609 milliseconds

1 2 3 4 5 6 7 8 91011>>