Searched refs:emitted (Results 1 - 25 of 56) sorted by relevance

123

/external/llvm/test/MC/Hexagon/
H A Dpcrel.s4 # make sure the fixups emitted match what is
H A Dgot.s4 # make sure the fixups emitted match what is
/external/llvm/test/MC/COFF/
H A Dcomm-align.s5 # - that -aligncomm is not emitted for 1-byte alignment
6 # - that -aligncomm is emitted for the various alignments (greater than 1)
9 # - that functions after the switch also are emitted into the correct section
/external/llvm/test/MC/Mips/
H A Delf_eflags_micromips2.s5 # The microMIPS flag is not set if no microMIPS code was emitted.
H A Dmodule-softfloat.s10 # Check if the MIPS.abiflags section was correctly emitted:
H A Dmips-data-directives.s15 # Checking if the data and reloations were correctly emitted
H A Dmodule-hardfloat.s10 # Check if the MIPS.abiflags section was correctly emitted:
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_fence.c116 * @emitted: Last seqno emitted by the kernel.
117 * @has_emitted: Whether we provide the emitted value.
123 uint32_t emitted,
136 emitted = ops->last_emitted;
137 if (emitted - signaled > (1 << 30))
138 emitted = signaled;
141 if (signaled == ops->last_signaled && emitted == ops->last_emitted)
145 if (!vmw_fence_seq_is_signaled(fence->seqno, signaled, emitted))
152 ops->last_emitted = emitted;
121 vmw_fences_signal(struct pb_fence_ops *fence_ops, uint32_t signaled, uint32_t emitted, boolean has_emitted) argument
[all...]
/external/boringssl/src/util/fipstools/testdata/x86_64-BSS/
H A Din.s8 # BSS symbols may also be emitted in .bss sections.
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pm4.c128 if (idx != ~0 && sctx->emitted.array[idx] == state) {
129 sctx->emitted.array[idx] = NULL;
165 if (!state || sctx->emitted.array[i] == state)
169 sctx->emitted.array[i] = state;
175 memset(&sctx->emitted, 0, sizeof(sctx->emitted));
/external/llvm/test/MC/Sparc/
H A Dsparc-little-endian.s7 ! Ensure instructions are emitted in reversed byte order:
/external/llvm/test/MC/X86/
H A Dgnux32-dwarf-gen.s7 # This test checks the dwarf info section emitted to the output object by the
/external/llvm/test/MC/Mips/mips32/
H A Dabiflags.s10 # Checking if the Mips.abiflags were correctly emitted.
/external/llvm/test/MC/Mips/mips32r2/
H A Dabiflags.s11 # Checking if the Mips.abiflags were correctly emitted.
/external/llvm/test/MC/Mips/mips32r3/
H A Dabiflags.s11 # Checking if the Mips.abiflags were correctly emitted.
/external/llvm/test/MC/Mips/mips32r5/
H A Dabiflags.s11 # Checking if the Mips.abiflags were correctly emitted.
/external/llvm/test/MC/Mips/mips64/
H A Dabiflags.s10 # Checking if the Mips.abiflags were correctly emitted.
/external/llvm/test/MC/Mips/mips64r2/
H A Dabiflags.s10 # Checking if the Mips.abiflags were correctly emitted.
/external/llvm/test/MC/Mips/mips64r3/
H A Dabiflags.s10 # Checking if the Mips.abiflags were correctly emitted.
/external/llvm/test/MC/Mips/mips64r5/
H A Dabiflags.s10 # Checking if the Mips.abiflags were correctly emitted.
/external/llvm/test/MC/Mips/msa/
H A Dabiflags.s11 # Checking if the Mips.abiflags were correctly emitted.
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_context.h137 GLuint emitted; /* I810_UPLOAD_* */ member in struct:i830_hw_state
157 i830->state.emitted &= ~flag; \
/external/llvm/test/Instrumentation/AddressSanitizer/X86/
H A Dasm_cfi.s1 # The test verifies that correct DWARF directives are emitted when
/external/llvm/test/MC/ARM/
H A Derror-location.s3 @ Note: These errors are not always emitted in the order in which the relevant
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c470 * marked as ready and should be emitted in the same TEX
472 * emitted in two different TEX blocks:
712 static void presub_nop(struct rc_instruction * emitted) { argument
716 if (emitted->Prev->Type != RC_INSTRUCTION_PAIR) {
719 if (emitted->Prev->U.P.RGB.WriteMask)
720 prev_rgb_index = emitted->Prev->U.P.RGB.DestIndex;
723 if (emitted->Prev->U.P.Alpha.WriteMask)
724 prev_alpha_index = emitted->Prev->U.P.Alpha.DestIndex;
729 if (emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Used) {
731 emitted
[all...]

Completed in 2354 milliseconds

123