Searched refs:fmask (Results 1 – 19 of 19) sorted by relevance
/external/llvm/test/CodeGen/Mips/ |
D | fp16instrinsmc.ll | 2 …ation-model=static -mips32-function-mask=1010111 -mips-os16 < %s | FileCheck %s -check-prefix=fmask 17 ; fmask: .ent foo1 18 ; fmask: .set noreorder 19 ; fmask: .set nomacro 20 ; fmask: .set noat 21 ; fmask: .set at 22 ; fmask: .set macro 23 ; fmask: .set reorder 24 ; fmask: .end foo1 38 ; fmask: .ent foo2 [all …]
|
D | tnaked.ll | 13 ; CHECK-NOT: .fmask {{.*}} 25 ; CHECK: .fmask 0x00000000,0
|
/external/llvm/test/MC/Mips/ |
D | mips-pdr-bad.s | 29 .fmask # ASM: :[[@LINE]]:17: error: expected bitmask value 30 .fmask foo # ASM: :[[@LINE]]:20: error: bitmask not an absolute expression 31 .fmask 0x80000000 # ASM: :[[@LINE]]:27: error: unexpected token, expected comma 32 .fmask 0x80000000, # ASM: :[[@LINE]]:28: error: expected frame offset value 33 .fmask 0x80000000, foo # ASM: :[[@LINE]]:32: error: frame offset not an absolute expression 34 ….fmask 0x80000000, -4, bar # ASM: :[[@LINE]]:30: error: unexpected token, expected end of statement
|
D | mips-pdr.s | 14 # ASMOUT: .fmask 0x01010101,-8 48 .fmask 0x01010101,-8 58 .fmask 0x01010101,-8
|
D | elf-tls.s | 26 .fmask 0x00000000,0 58 .fmask 0x00000000,0 90 .fmask 0x00000000,0
|
D | mips_gprel16.s | 27 .fmask 0x00000000,0 51 .fmask 0x00000000,0
|
D | xgot.s | 30 .fmask 0x00000000,0
|
D | elf-N64.s | 28 .fmask 0x90000000,-4
|
D | elf-gprel-32-64.s | 33 .fmask 0x00000000,0
|
D | do_switch1.s | 21 .fmask 0x00000000,0
|
D | r-mips-got-disp.s | 21 .fmask 0x90000000,-4
|
D | do_switch2.s | 20 .fmask 0x00000000,0
|
D | elf-relsym.s | 39 .fmask 0x00000000,0
|
D | do_switch3.s | 20 .fmask 0x00000000,0
|
D | mips_directives.s | 11 .fmask 0x00000000,0
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_texture.c | 263 struct radeon_surface fmask = rtex->surface; in r600_texture_get_fmask_info() local 271 fmask.bpe = 4; in r600_texture_get_fmask_info() 272 fmask.nsamples = 2; in r600_texture_get_fmask_info() 275 fmask.bpe = 8; in r600_texture_get_fmask_info() 276 fmask.nsamples = 4; in r600_texture_get_fmask_info() 279 fmask.bpe = 16; in r600_texture_get_fmask_info() 280 fmask.nsamples = 4; in r600_texture_get_fmask_info() 289 fmask.bpe *= 2; in r600_texture_get_fmask_info() 293 fmask.bankh = nr_samples <= 4 ? 4 : 1; in r600_texture_get_fmask_info() 296 if (rscreen->ws->surface_init(rscreen->ws, &fmask)) { in r600_texture_get_fmask_info() [all …]
|
D | r600_state.c | 1422 struct r600_fmask_info fmask; in r600_init_color_surface() local 1425 r600_texture_get_fmask_info(rscreen, rtex, 8, &fmask); in r600_init_color_surface() 1447 rctx->dummy_fmask->buf->size < fmask.size || in r600_init_color_surface() 1448 rctx->dummy_fmask->buf->alignment % fmask.alignment != 0) { in r600_init_color_surface() 1450 rctx->dummy_fmask = r600_buffer_create_helper(rscreen, fmask.size, fmask.alignment); in r600_init_color_surface()
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
D | ELF_Mips64r2N64_PIC_relocations.s | 33 .fmask 0x00000000,0 81 .fmask 0x00000000,0
|
/external/google-breakpad/src/common/android/ |
D | breakpad_getcontext.S | 270 .fmask 0x00000000, 0 346 .fmask 0x00000000, 0
|