Home
last modified time | relevance | path

Searched refs:stepc (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dcond-move-03.ll18 ; CHECK: stepc [[REG1]]
24 call void asm sideeffect "stepc $0", "h"(i32 %res)
36 ; CHECK: stepc [[REG1]]
43 call void asm sideeffect "stepc $0", "h"(i32 %res)
56 ; CHECK: stepc [[REG2]]
63 call void asm sideeffect "stepc $0", "h"(i32 %res)
76 ; CHECK: stepc [[REG1]]
83 call void asm sideeffect "stepc $0", "r"(i32 %res)
96 ; CHECK: stepc [[REG1]]
103 call void asm sideeffect "stepc $0", "r"(i32 %res)
[all …]
Dcond-move-07.ll13 ; CHECK: stepc [[REG3]]
19 call void asm sideeffect "stepc $0", "h"(i32 %res)
32 ; CHECK: stepc [[REG3]]
45 call void asm sideeffect "stepc $0", "h"(i32 %res)
58 ; CHECK: stepc [[REG3]]
71 call void asm sideeffect "stepc $0", "h"(i32 %res)
Dasm-18.ll251 ; For stepc, we expect the h and r operands to be paired by the register
270 ; CHECK: stepc [[REG1]], [[REG1]], [[REG2]], [[REG2]]
283 call void asm sideeffect "stepc $0, $1, $2, $3",
331 ; CHECK: stepc [[REG]]
339 call void asm sideeffect "stepc $0", "h"(i32 %or2)
350 ; CHECK: stepc [[REG]]
358 call void asm sideeffect "stepc $0", "r"(i32 %or2)
369 ; CHECK: stepc [[REG]]
377 %res3 = call i32 asm "stepc $0, $1", "=h,h"(i32 %or2)
390 ; CHECK: stepc [[REG]]
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dasm-18.ll251 ; For stepc, we expect the h and r operands to be paired by the register
270 ; CHECK: stepc [[REG1]], [[REG1]], [[REG2]], [[REG2]]
283 call void asm sideeffect "stepc $0, $1, $2, $3",
327 ; CHECK: stepc [[REG]]
335 call void asm sideeffect "stepc $0", "h"(i32 %or2)
346 ; CHECK: stepc [[REG]]
354 call void asm sideeffect "stepc $0", "r"(i32 %or2)
365 ; CHECK: stepc [[REG]]
373 %res3 = call i32 asm "stepc $0, $1", "=h,h"(i32 %or2)
386 ; CHECK: stepc [[REG]]
[all …]
/external/libaom/libaom/av1/encoder/
Dencodetxb.c672 const int stepc = tx_size_wide_unit[tx_size]; local
673 const int step = stepr * stepc;
682 blk_col += stepc) {
Dintra_mode_search.c206 const int stepc = tx_size_wide_unit[tx_size]; in intra_model_yrd() local
212 for (col = 0; col < max_blocks_wide; col += stepc) { in intra_model_yrd()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c937 const int stepc = tx_size_wide_unit[tx_size]; in decode_token_recon_block() local
947 blk_col += stepc) { in decode_token_recon_block()