HomeSort by relevance Sort by last modified time
    Searched defs:opcode (Results 76 - 100 of 1020) sorted by null

1 2 34 5 6 7 8 91011>>

  /dalvik/libdex/
InstrUtils.cpp 21 * automatically by the opcode-gen tool. Any edits to the generated
29 * Table that maps each opcode to the full width of instructions that
30 * use that opcode, in (16-bit) code units. Unimplemented opcodes as
31 * well as the "breakpoint" opcode have a width of zero.
34 // BEGIN(libdex-widths); GENERATED AUTOMATICALLY BY opcode-gen
55 * Table that maps each opcode to the flags associated with that
56 * opcode.
59 // BEGIN(libdex-flags); GENERATED AUTOMATICALLY BY opcode-gen
320 * Table that maps each opcode to the instruction format associated
321 * that opcode
493 Opcode opcode = dexOpcodeFromCodeUnit(inst); local
    [all...]
  /development/ndk/platforms/android-21/include/linux/netfilter_bridge/
ebt_arp.h 40 __be16 opcode; member in struct:ebt_arp_info
  /external/boringssl/src/ssl/test/
packeted_bio.cc 88 // Read the opcode.
89 uint8_t opcode; local
90 int ret = ReadAll(bio->next_bio, &opcode, sizeof(opcode));
96 if (opcode == kOpcodeTimeout) {
132 if (opcode != kOpcodePacket) {
133 fprintf(stderr, "Unknown opcode, %u\n", opcode);
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
PlainInsn.java 35 * @param opcode {@code non-null;} the opcode
40 public PlainInsn(Rop opcode, SourcePosition position,
42 super(opcode, position, result, sources);
44 switch (opcode.getBranchingness()) {
51 if (result != null && opcode.getBranchingness() != Rop.BRANCH_NONE) {
61 * @param opcode {@code non-null;} the opcode
66 public PlainInsn(Rop opcode, SourcePosition position, RegisterSpec result,
68 this(opcode, position, result, RegisterSpecList.make(source))
130 int opcode = getOpcode().getOpcode(); local
    [all...]
  /external/elfutils/libdw/
cfi.c 130 uint8_t opcode = *program++; local
134 Dwarf_Word operand = opcode & CFI_PRIMARY_MAX;
135 switch (opcode)
305 if (unlikely (abi_cfi) && likely (opcode == DW_CFA_restore))
  /external/kernel-headers/original/uapi/linux/mmc/
ioctl.h 13 __u32 opcode; member in struct:mmc_ioc_cmd
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_arp.h 23 __be16 opcode; member in struct:ebt_arp_info
  /external/libnfc-nci/src/nfc/int/
tags_int.h 36 UINT8 opcode; member in struct:__anon16552
66 UINT8 opcode; member in struct:__anon16555
77 extern const tT1T_CMD_RSP_INFO * t1t_cmd_to_rsp_info (UINT8 opcode);
83 extern const tT2T_CMD_RSP_INFO * t2t_cmd_to_rsp_info (UINT8 opcode);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_info.h 39 /* This enum describes how an opcode calculates its result. */
41 /** The opcode produces no result. */
44 /** When this opcode writes to a channel of the destination register,
52 /** This opcode writes the same value to all enabled channels of the
59 /** The operation performed by this opcode is dependent on which channel
82 uint opcode; member in struct:tgsi_opcode_info
86 tgsi_get_opcode_info( uint opcode );
89 tgsi_get_opcode_name( uint opcode );
104 tgsi_opcode_infer_src_type( uint opcode );
107 tgsi_opcode_infer_dst_type( uint opcode );
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_debug_fp.c 258 unsigned opcode, const unsigned * program)
260 if (opcode != A0_NOP) {
268 PRINTF(stream, "%s ", opcodes[opcode]);
271 if (args[opcode] == 1) {
278 if (args[opcode] == 2) {
292 unsigned opcode, const unsigned * program)
297 PRINTF(stream, "%s ", opcodes[opcode]);
310 unsigned opcode, const unsigned * program)
323 unsigned opcode, const unsigned * program)
325 PRINTF(stream, "%s ", opcodes[opcode]);
344 unsigned opcode = program[0] & (0x1f << 24); local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_translate.c 42 switch(inst->Opcode) {
48 inst->Opcode = RC_OPCODE_MAD;
70 inst->Opcode = RC_OPCODE_MAD;
75 inst->Opcode = RC_OPCODE_MAD;
99 switch(inst->Opcode) {
154 const struct rc_opcode_info * opcode; local
163 pair->RGB.Opcode = RC_OPCODE_REPL_ALPHA;
165 pair->RGB.Opcode = inst->Opcode;
170 pair->Alpha.Opcode = inst->Opcode
331 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Opcode); local
361 const struct rc_opcode_info * opcode; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pm4.c 35 void si_pm4_cmd_begin(struct si_pm4_state *state, unsigned opcode)
37 state->last_opcode = opcode;
58 unsigned opcode; local
61 opcode = PKT3_SET_CONFIG_REG;
65 opcode = PKT3_SET_SH_REG;
69 opcode = PKT3_SET_CONTEXT_REG;
78 if (opcode != state->last_opcode || reg != (state->last_reg + 1)) {
79 si_pm4_cmd_begin(state, opcode);
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 105 SVGA3dShaderInstToken opcode; local
111 opcode = inst_token( SVGA3DOP_DCL );
120 return (emit_instruction(emit, opcode) &&
372 SVGA3dShaderInstToken opcode; local
375 opcode = inst_token( SVGA3DOP_DCL );
390 return (emit_instruction(emit, opcode) &&
430 SVGA3dShaderInstToken opcode; local
433 opcode = inst_token( SVGA3DOP_DCL );
489 return (emit_instruction(emit, opcode) &&
500 SVGA3dShaderInstToken opcode; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_debug_fp.c 242 print_arith_op(GLuint opcode, const GLuint * program)
244 if (opcode != A0_NOP) {
252 printf("%s ", opcodes[opcode]);
255 if (args[opcode] == 1) {
262 if (args[opcode] == 2) {
275 print_tex_op(GLuint opcode, const GLuint * program)
280 printf("%s ", opcodes[opcode]);
291 print_dcl_op(GLuint opcode, const GLuint * program)
293 printf("%s ", opcodes[opcode]);
311 GLuint opcode = program[0] & (0x1f << 24) local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
BasicVerifier.java 376 int opcode = insn.getOpcode(); local
377 if (opcode == MULTIANEWARRAY) {
388 if (opcode != INVOKESTATIC) {
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/
AccessorTest.java 114 Opcode opcode = instruction.getOpcode(); local
115 if (opcode == Opcode.INVOKE_STATIC || opcode == Opcode.INVOKE_STATIC_RANGE) {
  /external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
SmaliUsageTypeProvider.java 40 import org.jf.dexlib2.Opcode;
74 private final Set<Opcode> newArrayInstructions = EnumSet.of(Opcode.FILLED_NEW_ARRAY, Opcode.NEW_ARRAY,
75 Opcode.FILLED_NEW_ARRAY_RANGE);
77 private final Set<Opcode> fieldReadInstructions = EnumSet.of(Opcode.IGET, Opcode.IGET_BOOLEAN, Opcode.IGET_BYTE,
78 Opcode.IGET_CHAR, Opcode.IGET_OBJECT, Opcode.IGET_OBJECT_VOLATILE, Opcode.IGET_SHORT, Opcode.IGET_VOLATIL (…)
121 Opcode opcode = ((SmaliInstruction) element).getOpcode(); local
167 Opcode opcode = ((SmaliInstruction) element).getOpcode(); local
190 Opcode opcode = ((SmaliInstruction) element).getOpcode(); local
    [all...]
  /external/v8/test/unittests/compiler/
value-numbering-reducer-unittest.cc 18 TestOperator(Operator::Opcode opcode, Operator::Properties properties,
20 : Operator(opcode, properties, "TestOp", value_in, 0, 0, value_out, 0,
76 Operator::Opcode opcode = static_cast<Operator::Opcode>(kMaxInputCount + i); local
78 new (zone()) TestOperator(opcode, Operator::kIdempotent, 0, 1));
81 const TestOperator op1(static_cast<Operator::Opcode>(input_count),
87 const TestOperator op2(static_cast<Operator::Opcode>(input_count),
101 Operator::Opcode opcode = static_cast<Operator::Opcode>(2 + i) local
    [all...]
  /external/valgrind/none/tests/tilegx/
gen_insn_test.c 142 const struct tilegx_opcode *opcode = &tilegx_opcodes[i]; local
143 decoded.opcode = opcode;
145 const char *op_name = decoded.opcode->name;
180 decoded.opcode;
181 int op_idx = decoded.opcode->mnemonic;
200 printf("//file: _insn_test_%s_X%d.c\n", decoded.opcode->name, p);
306 printf(" \"%s %c0\\n\"\n", decoded.opcode->name, '%');
311 printf(" \"%s %c0\\n\"\n", decoded.opcode->name, '%');
316 printf(" \"%s %c0\\n\"\n", decoded.opcode->name, '%')
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecMessageCache.java 23 * Cache for incoming message. It caches {@link HdmiCecMessage} with source address and opcode
38 // It's like [Source Logical Address, [Opcode, HdmiCecMessage]].
46 * {@code opcode}.
49 * @param opcode opcode of message
51 * opcode}
53 public HdmiCecMessage getMessage(int address, int opcode) {
59 return messages.get(opcode);
79 * Cache incoming {@link HdmiCecMessage}. If opcode of message is not listed on
85 int opcode = message.getOpcode() local
    [all...]
  /hardware/qcom/msm8994/kernel-headers/linux/mmc/
ioctl.h 26 __u32 opcode; member in struct:mmc_ioc_cmd
  /hardware/qcom/msm8994/kernel-headers/sound/
voice_svc.h 49 __u32 opcode; member in struct:voice_svc_cmd_response
60 __u32 opcode; member in struct:voice_svc_cmd_request
  /hardware/qcom/msm8994/original-kernel-headers/linux/mmc/
ioctl.h 13 __u32 opcode; member in struct:mmc_ioc_cmd
  /hardware/qcom/msm8994/original-kernel-headers/sound/
voice_svc.h 32 __u32 opcode; member in struct:voice_svc_cmd_response
42 __u32 opcode; member in struct:voice_svc_cmd_request
  /hardware/qcom/msm8996/kernel-headers/linux/mmc/
ioctl.h 26 __u32 opcode; member in struct:mmc_ioc_cmd

Completed in 1539 milliseconds

1 2 34 5 6 7 8 91011>>