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

1 2

  /external/chromium_org/v8/src/
code.h 40 // either registers or immediate values. Used to make sure that the
47 explicit ParameterCount(int immediate)
48 : reg_(no_reg), immediate_(immediate) { }
59 int immediate() const { function in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/
code.h 38 // either registers or immediate values. Used to make sure that the
45 explicit ParameterCount(int immediate)
46 : reg_(no_reg), immediate_(immediate) { }
55 int immediate() const { function in class:v8::internal::BASE_EMBEDDED
  /frameworks/volley/tests/src/com/android/volley/
RequestTest.java 40 TestRequest immediate = new TestRequest(Priority.IMMEDIATE); local
41 immediate.setSequence(sequence++);
47 assertTrue(low.compareTo(immediate) > 0);
48 assertTrue(immediate.compareTo(high) < 0);
  /external/v8/src/arm/
macro-assembler-arm.cc 139 intptr_t immediate = reinterpret_cast<intptr_t>(target); local
140 if (!Operand(immediate, rmode).is_single_instruction(mov_instr)) {
280 src2.immediate() == 0) {
286 IsPowerOf2(src2.immediate() + 1)) {
288 WhichPowerOf2(static_cast<uint32_t>(src2.immediate()) + 1), cond);
984 if (expected.immediate() == actual.immediate()) {
987 mov(r0, Operand(actual.immediate()));
989 if (expected.immediate() == sentinel) {
997 mov(r2, Operand(expected.immediate()));
    [all...]
assembler-arm.h 195 // hold 0.0, that does not fit in the immediate field of vmov instructions.
400 // immediate
401 INLINE(explicit Operand(int32_t immediate,
430 inline int32_t immediate() const { function in class:v8::internal::BASE_EMBEDDED
846 // ARMv7 instructions for loading a 32 bit immediate in two instructions.
849 void movw(Register reg, uint32_t immediate, Condition cond = al);
851 void movt(Register reg, uint32_t immediate, Condition cond = al);
    [all...]
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.cc 102 intptr_t immediate = reinterpret_cast<intptr_t>(target); local
103 if (!Operand(immediate, rmode).is_single_instruction(this, mov_instr)) {
114 intptr_t immediate = reinterpret_cast<intptr_t>(target); local
115 if (!Operand(immediate, rmode).is_single_instruction(NULL, mov_instr)) {
270 src2.immediate() == 0) {
275 IsPowerOf2(src2.immediate() + 1)) {
277 WhichPowerOf2(static_cast<uint32_t>(src2.immediate()) + 1), cond);
424 // The CPU supports fast immediate values, and this root will never
425 // change. We will load it as a relocatable immediate value.
    [all...]
assembler-arm.h 270 // hold 0.0, that does not fit in the immediate field of vmov instructions.
551 // immediate
552 INLINE(explicit Operand(int32_t immediate,
592 inline int32_t immediate() const { function in class:v8::internal::BASE_EMBEDDED
925 // ARMv7 instructions for loading a 32 bit immediate in two instructions.
928 void movw(Register reg, uint32_t immediate, Condition cond = al);
930 void movt(Register reg, uint32_t immediate, Condition cond = al);
    [all...]
  /system/core/libcorkscrew/arch-mips/
backtrace-mips.c 106 int32_t immediate = ((((int)op) << 16) >> 16); local
107 if (immediate < 0) {
108 stack_size = -immediate;
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateActive.cpp 191 bool SkActive::immediate(bool enable) { function in class:SkActive
  /external/skia/src/animator/
SkAnimateActive.cpp 191 bool SkActive::immediate(bool enable) { function in class:SkActive
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogAdapterTest.java 97 // Since there is nothing in the cache, it is an immediate request.
98 assertTrue("should be immediate", request.immediate);
129 // Since there is something in the cache, it is not an immediate request.
130 assertFalse("should not be immediate", request.immediate);
159 // Since there is something in the cache, it is not an immediate request.
160 assertFalse("should not be immediate", request.immediate);
200 public final boolean immediate; field in class:CallLogAdapterTest.TestCallLogAdapter.Request
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_build.c 485 * immediate
491 struct tgsi_immediate immediate; local
493 immediate.Type = TGSI_TOKEN_TYPE_IMMEDIATE;
494 immediate.NrTokens = 1;
495 immediate.DataType = TGSI_IMM_FLOAT32;
496 immediate.Padding = 0;
498 return immediate;
506 struct tgsi_immediate immediate; local
508 immediate = tgsi_default_immediate();
509 immediate.DataType = type
550 struct tgsi_immediate *immediate; local
    [all...]
tgsi_ureg.c 138 } immediate[UREG_MAX_IMMEDIATE]; member in struct:ureg_program
693 /* Actually expand immediate only when fully succeeded.
714 if (ureg->immediate[i].type != type) {
719 ureg->immediate[i].value.u,
720 &ureg->immediate[i].nr,
728 ureg->immediate[i].type = type;
731 ureg->immediate[i].value.u,
732 &ureg->immediate[i].nr,
741 /* Make sure that all referenced elements are from this immediate.
801 ureg->immediate[i].type = TGSI_IMM_UINT32
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_response_unittest.cc 145 bool immediate = task_stack_.top().second; local
147 if (immediate)
appcache_url_request_job_unittest.cc 244 bool immediate = task_stack_.top().second; local
246 if (immediate)
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 485 * immediate
491 struct tgsi_immediate immediate; local
493 immediate.Type = TGSI_TOKEN_TYPE_IMMEDIATE;
494 immediate.NrTokens = 1;
495 immediate.DataType = TGSI_IMM_FLOAT32;
496 immediate.Padding = 0;
498 return immediate;
506 struct tgsi_immediate immediate; local
508 immediate = tgsi_default_immediate();
509 immediate.DataType = type
550 struct tgsi_immediate *immediate; local
    [all...]
tgsi_ureg.c 138 } immediate[UREG_MAX_IMMEDIATE]; member in struct:ureg_program
693 /* Actually expand immediate only when fully succeeded.
714 if (ureg->immediate[i].type != type) {
719 ureg->immediate[i].value.u,
720 &ureg->immediate[i].nr,
728 ureg->immediate[i].type = type;
731 ureg->immediate[i].value.u,
732 &ureg->immediate[i].nr,
741 /* Make sure that all referenced elements are from this immediate.
801 ureg->immediate[i].type = TGSI_IMM_UINT32
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-cdev.h 307 * @immediate: If non-zero, immediate key to insert before pointer
313 * Add a descriptor block and optionally a preceding immediate key to the local
321 * If not 0, the @immediate field specifies an immediate key which will be
326 * immediate key.
329 __u32 immediate; member in struct:fw_cdev_add_descriptor
341 * Remove a descriptor block and accompanying immediate key from the local
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-cdev.h 307 * @immediate: If non-zero, immediate key to insert before pointer
313 * Add a descriptor block and optionally a preceding immediate key to the local
321 * If not 0, the @immediate field specifies an immediate key which will be
326 * immediate key.
329 __u32 immediate; member in struct:fw_cdev_add_descriptor
341 * Remove a descriptor block and accompanying immediate key from the local
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-cdev.h 307 * @immediate: If non-zero, immediate key to insert before pointer
313 * Add a descriptor block and optionally a preceding immediate key to the local
321 * If not 0, the @immediate field specifies an immediate key which will be
326 * immediate key.
329 __u32 immediate; member in struct:fw_cdev_add_descriptor
341 * Remove a descriptor block and accompanying immediate key from the local
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_context.h 148 unsigned immediate[I915_MAX_IMMEDIATE]; member in struct:i915_state
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_shader.c 1085 /* need to move any immediate into a temp - for trig functions which use literal for PI stuff */
1168 struct tgsi_full_immediate *immediate; local
    [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips.h 352 // Immediate.
353 INLINE(explicit Operand(int32_t immediate,
368 inline int32_t immediate() const { function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 148 unsigned immediate[I915_MAX_IMMEDIATE]; member in struct:i915_state
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 1085 /* need to move any immediate into a temp - for trig functions which use literal for PI stuff */
1168 struct tgsi_full_immediate *immediate; local
    [all...]

Completed in 658 milliseconds

1 2