HomeSort by relevance Sort by last modified time
    Searched defs:immediate (Results 1 - 25 of 184) sorted by null

1 2 3 4 5 6 7 8

  /external/vixl/src/aarch32/
operands-aarch32.cc 127 uint32_t immediate = neon_imm.GetImmediate<uint32_t>(); local
129 if ((immediate & ~0xff) == 0) {
131 SetEncodedImmediate(immediate);
132 } else if ((immediate & ~0xff00) == 0) {
134 SetEncodedImmediate(immediate >> 8);
137 if ((immediate & ~0xff) == 0) {
139 SetEncodedImmediate(immediate);
140 } else if ((immediate & ~0xff00) == 0) {
142 SetEncodedImmediate(immediate >> 8);
143 } else if ((immediate & ~0xff0000) == 0)
205 uint32_t immediate = neon_imm.GetImmediate<uint32_t>(); local
217 uint32_t immediate = neon_imm.GetImmediate<uint32_t>(); local
243 uint32_t immediate = neon_imm.GetImmediate<uint32_t>(); local
255 uint64_t immediate = neon_imm.GetImmediate<uint64_t>(); local
363 uint32_t immediate = neon_imm.GetImmediate<uint32_t>(); local
449 uint32_t immediate = neon_imm.GetImmediate<uint32_t>(); local
    [all...]
  /external/volley/src/test/java/com/android/volley/
RequestTest.java 37 TestRequest immediate = new TestRequest(Priority.IMMEDIATE); local
38 immediate.setSequence(sequence++);
44 assertTrue(low.compareTo(immediate) > 0);
45 assertTrue(immediate.compareTo(high) < 0);
  /external/vixl/test/aarch32/
test-assembler-cond-rd-operand-const-a32-can-use-pc.cc 71 uint32_t immediate; member in struct:vixl::aarch32::__anon36508::Operands
1590 uint32_t immediate = kTests[i].operands.immediate; local
    [all...]
test-assembler-cond-rd-operand-const-a32-cannot-use-pc.cc 71 uint32_t immediate; member in struct:vixl::aarch32::__anon36509::Operands
1405 uint32_t immediate = kTests[i].operands.immediate; local
    [all...]
test-assembler-cond-rd-operand-const-t32.cc 75 uint32_t immediate; member in struct:vixl::aarch32::__anon36510::Operands
2373 uint32_t immediate = kTests[i].operands.immediate; local
    [all...]
test-assembler-cond-rd-operand-imm16-t32.cc 70 uint32_t immediate; member in struct:vixl::aarch32::__anon36511::Operands
514 uint32_t immediate = kTests[i].operands.immediate; local
515 Operand op(immediate);
    [all...]
test-assembler-cond-rd-pc-operand-imm12-t32.cc 71 int32_t immediate; member in struct:vixl::aarch32::__anon36529::Operands
1127 int32_t immediate = kTests[i].operands.immediate; local
    [all...]
test-assembler-cond-rd-pc-operand-imm8-t32.cc 68 int32_t immediate; member in struct:vixl::aarch32::__anon36530::Operands
1122 int32_t immediate = kTests[i].operands.immediate; local
    [all...]
test-assembler-cond-rd-rn-operand-const-a32.cc 88 uint32_t immediate; member in struct:vixl::aarch32::__anon36532::Operands
2660 uint32_t immediate = kTests[i].operands.immediate; local
    [all...]
test-assembler-cond-rd-rn-operand-const-t32.cc 88 uint32_t immediate; member in struct:vixl::aarch32::__anon36533::Operands
2660 uint32_t immediate = kTests[i].operands.immediate; local
    [all...]
test-assembler-cond-rd-rn-operand-imm12-t32.cc 72 int32_t immediate; member in struct:vixl::aarch32::__anon36534::Operands
1129 int32_t immediate = kTests[i].operands.immediate; local
    [all...]
test-assembler-cond-rd-sp-operand-imm8-t32.cc 68 uint32_t immediate; member in struct:vixl::aarch32::__anon36552::Operands
378 uint32_t immediate = kTests[i].operands.immediate; local
379 Operand op(immediate);
test-assembler-cond-rdlow-operand-imm8-t32-in-it-block.cc 69 int32_t immediate; member in struct:vixl::aarch32::__anon36553::Operands
1121 int32_t immediate = kTests[i].operands.immediate; local
    [all...]
test-assembler-cond-rdlow-operand-imm8-t32.cc 70 int32_t immediate; member in struct:vixl::aarch32::__anon36554::Operands
2176 int32_t immediate = kTests[i].operands.immediate; local
    [all...]
test-assembler-cond-rdlow-rnlow-operand-immediate-t32-imm3-in-it-block.cc 70 int32_t immediate; member in struct:vixl::aarch32::__anon36555::Operands
1125 int32_t immediate = kTests[i].operands.immediate; local
    [all...]
test-assembler-cond-rdlow-rnlow-operand-immediate-t32-imm3.cc 70 int32_t immediate; member in struct:vixl::aarch32::__anon36556::Operands
637 int32_t immediate = kTests[i].operands.immediate; local
    [all...]
test-assembler-cond-rdlow-rnlow-operand-immediate-t32-imm8-in-it-block.cc 70 int32_t immediate; member in struct:vixl::aarch32::__anon36557::Operands
1125 int32_t immediate = kTests[i].operands.immediate; local
    [all...]
test-assembler-cond-rdlow-rnlow-operand-immediate-t32-imm8.cc 70 int32_t immediate; member in struct:vixl::aarch32::__anon36558::Operands
2173 int32_t immediate = kTests[i].operands.immediate; local
    [all...]
test-assembler-cond-rdlow-rnlow-operand-immediate-t32-zero-in-it-block.cc 68 int32_t immediate; member in struct:vixl::aarch32::__anon36559::Operands
1018 int32_t immediate = kTests[i].operands.immediate; local
    [all...]
test-assembler-cond-rdlow-rnlow-operand-immediate-t32-zero.cc 68 int32_t immediate; member in struct:vixl::aarch32::__anon36560::Operands
162 #include "aarch32/traces/assembler-cond-rdlow-rnlow-operand-immediate-t32-zero-rsbs.h"
186 int32_t immediate = kTests[i].operands.immediate; local
187 Operand op(immediate);
test-assembler-cond-sp-sp-operand-imm7-t32.cc 70 uint32_t immediate; member in struct:vixl::aarch32::__anon36563::Operands
253 uint32_t immediate = kTests[i].operands.immediate; local
254 Operand op(immediate);
  /external/libpcap/tests/
capturetest.c 64 int immediate = 0; local
87 immediate = 1;
132 if (immediate) {
  /system/core/libpixelflinger/codeflinger/
Arm64Assembler.h 82 virtual uint32_t imm(uint32_t immediate);
276 int32_t immediate; member in struct:android::ArmToArm64Assembler::addr_mode_t
  /toolchain/binutils/binutils-2.25/gprof/
tahoe.c 51 immediate, absolute, byterel, bytereldef, wordrel, wordreldef, enumerator in enum:tahoe_opermodes
88 return usesreg != 0xe ? autoinc : immediate;
144 case immediate:
145 return "immediate";
185 case immediate:
258 case immediate:
vax.c 51 immediate, absolute, byterel, bytereldef, wordrel, wordreldef, enumerator in enum:opermodes
100 return usesreg != PC ? autoinc : immediate;
156 case immediate:
157 return "immediate";
196 case immediate:
270 case immediate:

Completed in 1030 milliseconds

1 2 3 4 5 6 7 8