/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDGPUISelLowering.cpp | 330 const char* AMDGPUTargetLowering::getTargetNodeName(unsigned Opcode) const 332 switch (Opcode) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
p_shader_tokens.h | 441 * Opcode is the operation code to execute. A given operation defines the 458 unsigned Opcode : 8; /* TGSI_OPCODE_ */
|
/external/chromium_org/third_party/sqlite/src/src/ |
vdbeInt.h | 66 ** OP_IsUnique opcode on this cursor. */ 287 Mem *aVar; /* Values for the OP_Variable opcode. */
|
/external/chromium_org/v8/src/ |
hydrogen-check-elimination.cc | 70 switch (instr->opcode()) { 450 switch (instr->opcode()) {
|
hydrogen-load-elimination.cc | 73 switch (instr->opcode()) { 430 switch (instr->opcode()) {
|
/external/clang/lib/Analysis/ |
BodyFarm.cpp | 55 BinaryOperator::Opcode Op); 94 BinaryOperator::Opcode Op) {
|
/external/clang/lib/StaticAnalyzer/Core/ |
SVals.cpp | 196 BinaryOperator::Opcode Op, 222 BinaryOperator::Opcode Op,
|
/external/dnsmasq/src/ |
nameser.h | 288 unsigned opcode: 4; /* purpose of message */ member in struct:__anon17366 304 unsigned opcode :4; /* purpose of message */ member in struct:__anon17366
|
/external/icu4c/i18n/ |
regeximp.h | 64 // Opcode types In the compiled form of the regexp, these are the type, or opcodes, 193 // Keep this list of opcode names in sync with the above enum
|
/external/javassist/src/main/javassist/bytecode/ |
StackMap.java | 405 * the NEW opcode (and the following DUP) is removed. 407 * @param where the position of the removed NEW opcode.
|
/external/llvm/include/llvm/IR/ |
Operator.h | 49 /// getOpcode - Return the opcode for this Instruction or ConstantExpr. 58 /// opcode. Otherwise return UserOp1.
|
Value.h | 224 /// for instructions, the Instruction's opcode is added to InstructionVal. So 226 /// # there is no value with code InstructionVal (no opcode==0).
|
/external/llvm/lib/CodeGen/ |
MachineSSAUpdater.cpp | 112 MachineInstrBuilder InsertNewDef(unsigned Opcode, 118 return BuildMI(*BB, I, DebugLoc(), TII->get(Opcode), NewVR);
|
/external/llvm/lib/Target/Mips/ |
MipsSEISelDAGToDAG.cpp | 318 unsigned Opcode = Node->getOpcode(); 327 switch(Opcode) {
|
/external/llvm/lib/Target/Sparc/ |
DelaySlotFiller.cpp | 266 default: llvm_unreachable("Unknown opcode."); 341 default: llvm_unreachable("Unknown call opcode.");
|
/external/mesa3d/docs/ |
relnotes-7.9.html | 119 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=29013">Bug 29013</a> - [r300g] translate_rgb_op: unknown opcode ILLEGAL OPCODE</li>
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUISelLowering.cpp | 330 const char* AMDGPUTargetLowering::getTargetNodeName(unsigned Opcode) const 332 switch (Opcode) {
|
/external/mesa3d/src/gallium/include/pipe/ |
p_shader_tokens.h | 441 * Opcode is the operation code to execute. A given operation defines the 458 unsigned Opcode : 8; /* TGSI_OPCODE_ */
|
/external/qemu/ |
dis-asm.h | 1 /* Interface between the opcode library and its callers. 4 The opcode library (libopcodes.a) provides instruction decoders for
|
/external/qemu/hw/ |
bt-hci-csr.c | 188 opc = le16_to_cpu(((struct hci_command_hdr *) pkt)->opcode); 280 if (le16_to_cpu(((struct hci_command_hdr *) pkt)->opcode) == 0xfc00)
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
main.java | 32 import org.jf.dexlib.Code.Opcode; 277 Opcode.updateMapsForApiLevel(apiLevel, jumboInstructions);
|
/external/valgrind/main/VEX/priv/ |
guest_x86_defs.h | 108 extern UInt x86g_calculate_daa_das_aaa_aas ( UInt AX_and_flags, UInt opcode ); 110 extern UInt x86g_calculate_aad_aam ( UInt AX_and_flags, UInt opcode );
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_gpsk.c | 222 wpa_printf(MSG_DEBUG, "EAP-GPSK: Received frame: opcode=%d", *pos); 230 wpa_printf(MSG_INFO, "EAP-GPSK: Unexpected opcode=%d in state=%d",
|
/frameworks/native/opengl/libs/GLES_CM/ |
gl_api.in | 313 void API_ENTRY(glLogicOp)(GLenum opcode) { 314 CALL_GL_API(glLogicOp, opcode);
|
/libcore/dalvik/src/main/java/dalvik/bytecode/ |
Opcodes.java | 25 * automatically by the opcode-gen tool. Any edits to the generated 29 // BEGIN(libcore-opcodes); GENERATED AUTOMATICALLY BY opcode-gen
|