Searched refs:Vm (Results 1 - 7 of 7) sorted by relevance
/external/javasqlite/src/main/java/SQLite/ |
H A D | Vm.java | 7 public class Vm { class 29 * Vm vm = db.compile("select * from x; select * from y;");
|
H A D | Database.java | 307 Vm vm = compile(sql); 360 Vm vm = compile(sql, args); 414 Vm vm = compile(sql, args); 677 * @return a Vm object 680 public Vm compile(String sql) throws SQLite.Exception { 682 Vm vm = new Vm(); 694 * @return a Vm object 697 public Vm compile(String sql, String args[]) throws SQLite.Exception { 699 Vm v [all...] |
/external/vogar/lib/ |
H A D | caliper.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/util/ ... |
/external/v8/src/arm/ |
H A D | assembler-arm.cc | 2579 // 101(11-9) | sz=1(8) | 0(7) | 1(6) | M(5) | 0(4) | Vm(3-0) 2628 // Rt(15-12) | 1011(11-8) | 00(7-6) | M(5) | 1(4) | Vm 2644 // Rt(15-12) | 1011(11-8) | 00(7-6) | M(5) | 1(4) | Vm 2728 // 32-bit register codes are Vm:M 2729 // 64-bit register codes are M:Vm 2730 // where Vm is four bits, and M is a single bit. 2756 int D, Vd, M, Vm; local 2757 SplitRegCode(src_type, src_code, &Vm, &M); 2764 // Vd(15-12) | 101(11-9) | sz(8) | op(7) | 1(6) | M(5) | 0(4) | Vm(3-0) 2781 Vd*B12 | 0x5*B9 | sz*B8 | op*B7 | B6 | M*B5 | Vm); [all...] |
H A D | simulator-arm.cc | 3455 int Vm = (instr->Bit(5) << 4) | instr->VmValue(); local 3461 get_d_register(Vm, reinterpret_cast<uint64_t*>(from)); 3479 int Vm = (instr->Bit(5) << 4) | instr->VmValue(); local 3485 get_d_register(Vm, reinterpret_cast<uint64_t*>(from));
|
/external/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 5062 unsigned Vm = (fieldFromInstruction(Insn, 0, 4) << 0); local 5063 Vm |= (fieldFromInstruction(Insn, 5, 1) << 4); 5081 if (!Check(S, DecodeDPRRegisterClass(Inst, Vm, Address, Decoder))) 5092 unsigned Vm = (fieldFromInstruction(Insn, 0, 4) << 0); local 5093 Vm |= (fieldFromInstruction(Insn, 5, 1) << 4); 5111 if (!Check(S, DecodeQPRRegisterClass(Inst, Vm, Address, Decoder)))
|
/external/valgrind/VEX/priv/ |
H A D | host_arm_defs.c | 4521 UInt Vm = regM & 0xF; local 4523 amt & 0xF, Vd, X0101, BITS4(L,Q,M,1), Vm);
|
Completed in 494 milliseconds