Searched refs:a64_opcode (Results 1 - 1 of 1) sorted by relevance

/gem5/configs/common/cores/arm/
H A DHPI.py102 a64_opcode = encode_opcode(a64_inst) variable
232 mask, match = a64_opcode('0001_1111_0x0x_xxxx__0xxx_xxxx_xxxx_xxxx')
239 mask, match = a64_opcode('0001_1111_0x0x_xxxx__1xxx_xxxx_xxxx_xxxx')
246 mask, match = a64_opcode('0001_1110_0x10_0000__0100_00xx_xxxx_xxxx')
252 mask, match = a64_opcode('01x1_1110_xx1x_xxxx__1000_01xx_xxxx_xxxx')
259 mask, match = a64_opcode('0xx0_1110_xx1x_xxxx__1000_01xx_xxxx_xxxx')
265 mask, match = a64_opcode('0001_1110_001x_xxxx__0001_10xx_xxxx_xxxx')
271 mask, match = a64_opcode('0001_1110_011x_xxxx__0001_10xx_xxxx_xxxx')
278 mask, match = a64_opcode('xx01_1010_100x_xxxx_xxxx__0xxx_xxxx_xxxx')
384 mask, match = a64_opcode('x001_1011_000x_xxxx__0xxx_xxxx_xxxx_xxx
[all...]

Completed in 10 milliseconds