Searched refs:stepc (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | cond-move-03.ll | 13 ; CHECK: stepc [[REG2]] 19 call void asm sideeffect "stepc $0", "h"(i32 %res) 31 ; CHECK: stepc [[REG1]] 38 call void asm sideeffect "stepc $0", "h"(i32 %res) 49 ; CHECK: stepc [[REG1]] 56 call void asm sideeffect "stepc $0", "h"(i32 %res) 69 ; CHECK: stepc [[REG1]] 76 call void asm sideeffect "stepc $0", "r"(i32 %res) 87 ; CHECK: stepc [[REG1]] 94 call void asm sideeffect "stepc $0", "r"(i32 %res) [all …]
|
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 | 682 const int stepc = tx_size_wide_unit[tx_size]; local 683 const int step = stepr * stepc; 692 blk_col += stepc) {
|
D | rdopt.c | 4200 const int stepc = tx_size_wide_unit[tx_size]; in intra_model_yrd() local 4206 for (col = 0; col < max_blocks_wide; col += stepc) { in intra_model_yrd()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1145 const int stepc = tx_size_wide_unit[tx_size]; in decode_token_recon_block() local 1155 blk_col += stepc) { in decode_token_recon_block()
|