HomeSort by: relevance | last modified time | path
    Searched defs:testf7 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/riscv/riscv/
db_disasm.c 833 unsigned i, f3, f7, testf7; local in function:riscv_disasm_match
849 testf7 = f7;
852 testf7 &= 0b1111110;
856 testf7 &= 0b1111100;
859 if (info->funct7 != testf7) {
db_disasm.c 833 unsigned i, f3, f7, testf7; local in function:riscv_disasm_match
849 testf7 = f7;
852 testf7 &= 0b1111110;
856 testf7 &= 0b1111100;
859 if (info->funct7 != testf7) {
db_disasm.c 833 unsigned i, f3, f7, testf7; local in function:riscv_disasm_match
849 testf7 = f7;
852 testf7 &= 0b1111110;
856 testf7 &= 0b1111100;
859 if (info->funct7 != testf7) {

Completed in 101 milliseconds