HomeSort by relevance Sort by last modified time
    Searched full:operand1 (Results 1 - 20 of 20) sorted by null

  /art/compiler/dex/
local_value_numbering.h 38 static uint64_t BuildKey(uint16_t op, uint16_t operand1, uint16_t operand2, uint16_t modifier) {
39 return (static_cast<uint64_t>(op) << 48 | static_cast<uint64_t>(operand1) << 32 |
43 uint16_t LookupValue(uint16_t op, uint16_t operand1, uint16_t operand2, uint16_t modifier) {
45 uint64_t key = BuildKey(op, operand1, operand2, modifier);
56 bool ValueExists(uint16_t op, uint16_t operand1, uint16_t operand2, uint16_t modifier) const {
57 uint64_t key = BuildKey(op, operand1, operand2, modifier);
local_value_numbering.cc 183 uint16_t operand1 = GetOperandValue(mir->ssa_rep->uses[0]); local
184 uint16_t res = LookupValue(opcode, operand1, NO_VALUE, NO_VALUE);
194 uint16_t operand1 = GetOperandValue(mir->ssa_rep->uses[0]); local
195 uint16_t res = LookupValue(opcode, operand1, NO_VALUE, NO_VALUE);
207 uint16_t operand1 = GetOperandValueWide(mir->ssa_rep->uses[0]); local
208 uint16_t res = LookupValue(opcode, operand1, NO_VALUE, NO_VALUE);
218 uint16_t operand1 = GetOperandValueWide(mir->ssa_rep->uses[0]); local
219 uint16_t res = LookupValue(opcode, operand1, NO_VALUE, NO_VALUE);
228 uint16_t operand1 = GetOperandValueWide(mir->ssa_rep->uses[0]); local
230 uint16_t res = LookupValue(opcode, operand1, operand2, NO_VALUE)
260 uint16_t operand1 = GetOperandValue(mir->ssa_rep->uses[0]); local
294 uint16_t operand1 = GetOperandValueWide(mir->ssa_rep->uses[0]); local
308 uint16_t operand1 = GetOperandValueWide(mir->ssa_rep->uses[0]); local
326 uint16_t operand1 = GetOperandValue(mir->ssa_rep->uses[0]); local
353 uint16_t operand1 = GetOperandValue(mir->ssa_rep->uses[0]); local
    [all...]
  /frameworks/compile/mclinker/lib/Support/
DefSymParser.cpp 38 unsigned long operand1 = 0, local
107 operand1 = operandStack.top();
110 result = operand1 * operand2;
112 result = operand1 / operand2;
114 result = operand1 - operand2;
116 result = operand1 + operand2;
  /external/chromium_org/third_party/skia/src/animator/
SkScript.cpp     [all...]
  /external/skia/src/animator/
SkScript.cpp     [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugFrame.cpp 83 void addInstruction(uint8_t Opcode, uint64_t Operand1) {
85 Instructions.back().Ops.push_back(Operand1);
88 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) {
90 Instructions.back().Ops.push_back(Operand1);
  /external/chromium_org/third_party/mach_override/libudis86/
decode.h 166 struct ud_itab_entry_operand operand1; member in struct:ud_itab_entry
decode.c 780 u->itab_entry->operand1.type,
781 u->itab_entry->operand1.size);
  /external/dropbear/libtommath/mtest/
mtest.c 6 operand1
  /dalvik/vm/compiler/
Dataflow.cpp 925 char operand0[256], operand1[256]; local
938 getSSAName(cUnit, mir->ssaRep->uses[0], operand1));
968 getSSAName(cUnit, mir->ssaRep->uses[1], operand1));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4_emit.cpp 344 * "Operand1[7]. For the INT DIV functions, this operand is the
brw_fs.cpp 876 * "Operand1[7]. For the INT DIV functions, this operand is the
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_emit.cpp 344 * "Operand1[7]. For the INT DIV functions, this operand is the
brw_fs.cpp 876 * "Operand1[7]. For the INT DIV functions, this operand is the
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir.h 1024 * operand1 is a byte offset within the uniform block.
    [all...]
  /external/mesa3d/src/glsl/
ir.h 1024 * operand1 is a byte offset within the uniform block.
    [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 

Completed in 598 milliseconds