Searched refs:opcode_2 (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/arm/ |
D | assembler-arm.h | 1074 int opcode_2, Condition cond = al); 1078 int opcode_2); // v5 and above 1082 int opcode_2 = 0, Condition cond = al); 1086 int opcode_2 = 0); // v5 and above 1090 int opcode_2 = 0, Condition cond = al); 1094 int opcode_2 = 0); // v5 and above
|
D | assembler-arm.cc | 2044 int opcode_2, in cdp() argument 2046 DCHECK(is_uint4(opcode_1) && is_uint3(opcode_2)); in cdp() 2048 crd.code()*B12 | coproc*B8 | (opcode_2 & 7)*B5 | crm.code()); in cdp() 2057 int opcode_2) { // v5 and above in cdp2() argument 2058 cdp(coproc, opcode_1, crd, crn, crm, opcode_2, kSpecialCondition); in cdp2() 2067 int opcode_2, in mcr() argument 2069 DCHECK(is_uint3(opcode_1) && is_uint3(opcode_2)); in mcr() 2071 rd.code()*B12 | coproc*B8 | (opcode_2 & 7)*B5 | B4 | crm.code()); in mcr() 2080 int opcode_2) { // v5 and above in mcr2() argument 2081 mcr(coproc, opcode_1, rd, crn, crm, opcode_2, kSpecialCondition); in mcr2() [all …]
|