Searched refs:bi_not (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/test/ |
H A D | test-constant-fold.cpp | 181 bi_lshift_or_i32_to(b, reg, bi_imm_u32(0xCAFE), bi_not(bi_imm_u32(0xA0000)), bi_imm_u8(4))); in TEST_F() 184 bi_lshift_or_i32_to(b, reg, bi_not(bi_imm_u32(0xCAFE)), bi_imm_u32(0xA0000), bi_imm_u8(4))); in TEST_F()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | compiler.h | 282 #define bi_not(x) bi_neg(x) macro
|
H A D | bifrost_compile.c | 2978 bi_lshift_or_to(b, sz, dst, bi_zero(), bi_not(s0), bi_imm_u8(0)); in bi_emit_alu()
|
Completed in 10 milliseconds