HomeSort by relevance Sort by last modified time
    Searched defs:vF (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CodeGen/
volatile.c 13 struct { volatile int x; } vF;
65 i=vF.x;
66 // CHECK: load volatile i32* getelementptr {{.*}} @vF
138 vF.x=i;
140 // CHECK: store volatile i32 {{.*}}, i32* getelementptr {{.*}} @vF
  /dalvik/vm/compiler/codegen/x86/
BytecodeVisitor.cpp     [all...]
LowerInvoke.cpp 538 u2 vF = (FETCH(2) >> 8) & 0xf;
553 get_virtual_reg(vF, OpndSize_32, 24, false);
    [all...]

Completed in 427 milliseconds