/external/mesa3d/src/mesa/program/ |
prog_execute.c | 85 * Used for RCC opcode. 665 switch (inst->Opcode) { 718 ASSERT(program->Instructions[inst->BranchTarget].Opcode 723 ASSERT(program->Instructions[inst->BranchTarget].Opcode 739 ASSERT(program->Instructions[inst->BranchTarget].Opcode 748 ASSERT(program->Instructions[inst->BranchTarget].Opcode 951 ASSERT(program->Instructions[inst->BranchTarget].Opcode 953 program->Instructions[inst->BranchTarget].Opcode 980 ASSERT(program->Instructions[inst->BranchTarget].Opcode [all...] |
/external/v8/src/ia32/ |
lithium-ia32.h | 181 virtual Opcode opcode() const { return LInstruction::k##type; } \ 211 enum Opcode { 219 virtual Opcode opcode() const = 0; 223 bool Is##type() const { return opcode() == k##type; } 228 // an opcode. 1109 virtual Opcode opcode() const { return LInstruction::kArithmeticD; } function in class:v8::internal::LArithmeticD 1130 virtual Opcode opcode() const { return LInstruction::kArithmeticT; } function in class:v8::internal::LArithmeticT [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstructionCombining.cpp | 139 Instruction::BinaryOps Opcode = I.getOpcode(); 140 if (Opcode != Instruction::Add && 141 Opcode != Instruction::Sub) { 156 if (Opcode == Instruction::Add) { 202 Instruction::BinaryOps Opcode = I.getOpcode(); 218 if (Op0 && Op0->getOpcode() == Opcode) { 224 if (Value *V = SimplifyBinOp(Opcode, B, C, TD)) { 247 if (Op1 && Op1->getOpcode() == Opcode) { 253 if (Value *V = SimplifyBinOp(Opcode, A, B, TD)) { 269 if (Op0 && Op0->getOpcode() == Opcode) { [all...] |
/external/valgrind/main/VEX/priv/ |
guest_s390_helpers.c | 853 #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \ 856 opcode " %[op1],%[op2]\n\t" \ 863 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \ 871 opcode " %[op1],%[op2]\n\t" /* then redo the op */\ 878 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \ 886 opcode " %[op1],%[op2]\n\t" /* then redo the op */\ 894 #define S390_CC_FOR_BFP_RESULT(opcode,cc_dep1) \ 897 opcode " 0,%[op]\n\t" \ 916 #define S390_CC_FOR_BFP_CONVERT(opcode,cc_dep1) \ 919 opcode " 0,0,%[op]\n\t" [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelDAGToDAG.cpp | [all...] |
/art/compiler/dex/ |
mir_analysis.cc | 865 uint32_t ending_flags = analysis_attributes_[ending_bb->last_mir_insn->dalvikInsn.opcode]; 868 ending_flags = analysis_attributes_[ending_bb->last_mir_insn->dalvikInsn.opcode]; 894 if (static_cast<uint32_t>(mir->dalvikInsn.opcode) >= kMirOpFirst) { 898 uint32_t flags = analysis_attributes_[mir->dalvikInsn.opcode];
|
/bionic/libc/arch-arm/include/machine/ |
cpu-features.h | 191 * is an optional opcode
|
/bionic/libc/netbsd/nameser/ |
ns_parse.c | 57 { 0x7800, 11 }, /* opcode. */
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
RopToDop.java | 51 * smallest Dalvik opcode, and leave it to later processing to 278 * Returns the dalvik opcode appropriate for the given register-based 282 * @return the corresponding dalvik opcode; one of the constants in 298 * There was no easy case for the rop, so look up the opcode, and
|
/dalvik/vm/interp/ |
Jit.h | 58 InstructionTrace trace[JIT_MAX_TRACE_LEN]; /* opcode trace for debugging */
|
/dalvik/vm/mterp/ |
config-armv7-a | 49 # opcode list; argument to op-start is default directory
|
config-armv7-a-neon | 49 # opcode list; argument to op-start is default directory
|
/development/ndk/platforms/android-3/arch-arm/include/machine/ |
cpu-features.h | 191 * is an optional opcode
|
/external/bluetooth/bluedroid/stack/include/ |
mca_defs.h | 34 #define MCA_OP_ERROR_RSP 0x00 /* invalid opcode response */
|
smp_api.h | 156 UINT16 opcode; member in struct:__anon1155
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
_stream_base.py | 74 """This exception will be raised when we receive a frame with flag, opcode
|
/external/chromium_org/courgette/ |
description.md | 156 **Opcode**: The number corresponding to either a machine or _Courgette
|
/external/chromium_org/net/websockets/ |
websocket_basic_stream.h | 102 // returned frame will be NULL. Otherwise, |current_frame_header_->opcode| is
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
check-for-global-initializers | 103 next if $shortName eq "Opcode.o";
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
templite.py | 46 # list is a tuple with an opcode, and arguments. They'll be
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
_stream_base.py | 76 """This exception will be raised when we receive a frame with flag, opcode
|
extensions.py | 274 common.is_control_opcode(frame.opcode)): 302 if frame.rsv1 != 1 or common.is_control_opcode(frame.opcode): 711 if frame.rsv1 == 1 and not common.is_control_opcode(frame.opcode): 717 common.is_control_opcode(frame.opcode)):
|
/external/chromium_org/third_party/libpng/ |
pnggccrd.c | 55 // ".byte 0x0f, 0xa2 \n\t" // CPUID instruction (two-byte opcode)
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_vertprog.h | 46 * The BRA/CAL instructions seem to follow a slightly different opcode
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
r3xx_fragprog.c | 59 const struct rc_opcode_info *info = rc_get_opcode_info(inst->Opcode);
|