Searched refs:BITS6 (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm64_toIR.c | 208 #define BITS6(_b5,_b4,_b3,_b2,_b1,_b0) \ macro 2484 if (INSN(28,23) == BITS6(1,0,0,1,0,0)) { in dis_ARM64_data_processing_immediate() 2549 if (INSN(28,23) == BITS6(1,0,0,1,0,1)) { in dis_ARM64_data_processing_immediate() 2630 if (INSN(28,23) == BITS6(1,0,0,1,1,0)) { in dis_ARM64_data_processing_immediate() 2974 && INSN(22,21) == BITS2(1,0) && INSN(15,10) == BITS6(0,1,1,1,1,1)) { in dis_ARM64_data_processing_register() 4574 && SLICE_UInt(insn, 29, 24) != BITS6(1,1,1,1,0,0)) /*LDR/STR*/ in gen_indexed_EA() 5079 if (INSN(29,24) == BITS6(0,1,1,0,0,0) && INSN(31,31) == 0) { in dis_ARM64_load_store() 5527 if (INSN(29,24) == BITS6(1,1,1,1,0,0) in dis_ARM64_load_store() 5662 if (INSN(29,24) == BITS6(1,1,1,1,0,1) in dis_ARM64_load_store() 5706 if (INSN(29,24) == BITS6(1,1,1,1,0,0) in dis_ARM64_load_store() [all …]
|
D | guest_arm_toIR.c | 254 #define BITS6(_b5,_b4,_b3,_b2,_b1,_b0) \ macro 10933 INSNA(9,4) == BITS6(0,0,0,1,1,1) ) { in decode_V6MEDIA_instruction() 11904 INSNA(9,4) == BITS6(0,0,0,1,1,1) ) { in decode_V6MEDIA_instruction() 12758 if (INSN(31,23) == high9 && INSN(21,16) == BITS6(1,1,0,0,0,0) in decode_V8_instruction() 12976 if (INSN(31,23) == hi9 && INSN(21,16) == BITS6(1,1,1,0,1,0) in decode_V8_instruction() 13046 if (INSN(31,23) == hi9 && INSN(21,16) == BITS6(1,1,1,0,0,1) in decode_V8_instruction() 13047 && INSN(11,6) == BITS6(0,0,1,0,1,1) && INSN(4,4) == 0) { in decode_V8_instruction() 13174 && INSN(11,6) == BITS6(1,1,1,1,1,0) in decode_V8_instruction() 13601 && INSN(27,23) == BITS5(1,1,1,0,1) && INSN(21,16) == BITS6(1,1,0,1,1,0) in decode_V8_instruction() 13751 && INSN(27,23) == BITS5(1,1,1,0,1) && INSN(21,16) == BITS6(1,1,0,1,1,1) in decode_V8_instruction() [all …]
|
D | guest_mips_toIR.c | 455 #define BITS6(_b5,_b4,_b3,_b2,_b1,_b0) \ macro
|