HomeSort by relevance Sort by last modified time
    Searched full:opcode (Results 1851 - 1875 of 2817) sorted by null

<<71727374757677787980>>

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/machine/
cpu-features.h 191 * is an optional opcode
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/machine/
cpu-features.h 191 * is an optional opcode
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/machine/
cpu-features.h 191 * is an optional opcode
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/machine/
cpu-features.h 191 * is an optional opcode
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
opcode.py 3 opcode module - potentially shared between dis and other modules which
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
hooks.py 146 Test that the opcode argument is respected.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
opcode.py 3 opcode module - potentially shared between dis and other modules which
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
hooks.py 146 Test that the opcode argument is respected.
  /system/core/libpixelflinger/
picker.cpp 109 n |= GGL_BUILD_NEEDS(c->state.logic_op.opcode, LOGIC_OP);
  /dalvik/vm/analysis/
CodeVerify.cpp 461 Opcode opcode = dexOpcodeFromCodeUnit(*insns); local
462 if (opcode == OP_NEW_INSTANCE)
3254 Opcode opcode = dexOpcodeFromCodeUnit(*oldInsns); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_send.py 188 print '/* If the size and opcode values are known at compile-time, this will, on'
409 print '%s( unsigned opcode, unsigned dim, %s )' % (func.name, func.get_parameter_string())
847 opcode = "opcode"
849 opcode = f.opcode_real_name()
851 print 'emit_header(gc->pc, %s, cmdlen);' % (opcode)
861 self.large_emit_begin(f, opcode)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_fragprog.c 313 int opArgs = _mesa_num_inst_src_regs(inst->Opcode);
385 if (inst[0].Opcode == OPCODE_END) {
412 switch (inst->Opcode) {
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_send.py 188 print '/* If the size and opcode values are known at compile-time, this will, on'
409 print '%s( unsigned opcode, unsigned dim, %s )' % (func.name, func.get_parameter_string())
847 opcode = "opcode"
849 opcode = f.opcode_real_name()
851 print 'emit_header(gc->pc, %s, cmdlen);' % (opcode)
861 self.large_emit_begin(f, opcode)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 313 int opArgs = _mesa_num_inst_src_regs(inst->Opcode);
385 if (inst[0].Opcode == OPCODE_END) {
412 switch (inst->Opcode) {
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 121 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
124 $code .= "\t$opcode\t".join(',',$arg,reverse @_)."\n";
1220 local *opcode=shift;
1226 push @opcode,$rex|0x40 if($rex);
1231 my @opcode=(0x66);
1238 rex(\@opcode,$3,$2);
1239 push @opcode,0x0f,0x38,$opcodelet{$1};
1240 push @opcode,0xc0|($2&7)|(($3&7)<<3); # ModR/M
1241 return ".byte\t".join(',',@opcode);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 121 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
124 $code .= "\t$opcode\t".join(',',$arg,reverse @_)."\n";
1220 local *opcode=shift;
1226 push @opcode,$rex|0x40 if($rex);
1231 my @opcode=(0x66);
1238 rex(\@opcode,$3,$2);
1239 push @opcode,0x0f,0x38,$opcodelet{$1};
1240 push @opcode,0xc0|($2&7)|(($3&7)<<3); # ModR/M
1241 return ".byte\t".join(',',@opcode);
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 230 #define P_EXT 0x100 /* 0x0f opcode prefix */
231 #define P_DATA16 0x200 /* 0x66 opcode prefix */
233 # define P_ADDR32 0x400 /* 0x67 opcode prefix */
286 /* Group 1 opcode extensions for 0x80-0x83.
297 /* Group 2 opcode extensions for 0xc0, 0xc1, 0xd0-0xd3. */
304 /* Group 3 opcode extensions for 0xf6, 0xf7. To be used with OPC_GRP3. */
312 /* Group 5 opcode extensions for 0xff. To be used with OPC_GRP5. */
410 /* Output an opcode with a full "rm + (index<<shift) + offset" address mode.
508 /* Propagate an opcode prefix, such as P_REXW. */
581 /* Propagate an opcode prefix, such as P_DATA16. *
    [all...]
  /art/runtime/
dex_file.cc 721 uint8_t opcode = *stream++; local
727 switch (opcode) {
750 if (opcode == DBG_START_LOCAL_EXTENDED) {
760 if (opcode == DBG_START_LOCAL_EXTENDED) {
811 int adjopcode = opcode - DBG_FIRST_SPECIAL;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 272 if (inst->Instruction.Opcode == TGSI_OPCODE_END &&
278 newInst.Instruction.Opcode = TGSI_OPCODE_TEX;
294 newInst.Instruction.Opcode = TGSI_OPCODE_MOV;
306 newInst.Instruction.Opcode = TGSI_OPCODE_MUL;
320 newInst.Instruction.Opcode = TGSI_OPCODE_END;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_structs.h 74 GLuint opcode:16; member in struct:brw_urb_fence::__anon13192
921 GLuint opcode:4; member in struct:brw_urb_immediate
942 GLuint opcode:7; member in struct:brw_instruction::__anon13256
1356 GLuint opcode:4; member in struct:brw_instruction::__anon13271::__anon13286
1372 GLuint opcode:3; member in struct:brw_instruction::__anon13271::__anon13287
    [all...]
  /external/llvm/docs/
TableGenFundamentals.rst 107 bits<8> Opcode = { 0, 0, 0, 0, 0, 0, 0, 1 };
609 bits<4> opcode = opc;
653 bits<4> opcode = op;
670 bits<4> opcode = { 0, 0, 1, 0 };
675 bits<4> opcode = { 0, 1, 0, 0 };
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 129 char Opcode;
132 UnaryExprAST(char opcode, ExprAST *operand)
133 : Opcode(opcode), Operand(operand) {}
562 Function *F = TheModule->getFunction(std::string("unary")+Opcode);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 272 if (inst->Instruction.Opcode == TGSI_OPCODE_END &&
278 newInst.Instruction.Opcode = TGSI_OPCODE_TEX;
294 newInst.Instruction.Opcode = TGSI_OPCODE_MOV;
306 newInst.Instruction.Opcode = TGSI_OPCODE_MUL;
320 newInst.Instruction.Opcode = TGSI_OPCODE_END;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_structs.h 74 GLuint opcode:16; member in struct:brw_urb_fence::__anon23659
921 GLuint opcode:4; member in struct:brw_urb_immediate
942 GLuint opcode:7; member in struct:brw_instruction::__anon23723
1356 GLuint opcode:4; member in struct:brw_instruction::__anon23738::__anon23753
1372 GLuint opcode:3; member in struct:brw_instruction::__anon23738::__anon23754
    [all...]

Completed in 1134 milliseconds

<<71727374757677787980>>