Searched refs:stepc (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | cond-move-03.ll | 18 ; 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 …]
|
D | cond-move-07.ll | 13 ; 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)
|
D | asm-18.ll | 251 ; 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/ |
D | asm-18.ll | 251 ; 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/ |
D | encodetxb.c | 672 const int stepc = tx_size_wide_unit[tx_size]; local 673 const int step = stepr * stepc; 682 blk_col += stepc) {
|
D | intra_mode_search.c | 206 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/ |
D | decodeframe.c | 937 const int stepc = tx_size_wide_unit[tx_size]; in decode_token_recon_block() local 947 blk_col += stepc) { in decode_token_recon_block()
|