OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cc_value
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
tic6x-dis.c
398
unsigned int
cc_value
;
local
400
cc_value
= tic6x_field_bits (opcode, cc_field);
401
s_value = (
cc_value
& 0x2) >> 1;
402
z_value = (
cc_value
& 0x1);
/src/external/gpl3/binutils.old/dist/opcodes/
tic6x-dis.c
398
unsigned int
cc_value
;
local
400
cc_value
= tic6x_field_bits (opcode, cc_field);
401
s_value = (
cc_value
& 0x2) >> 1;
402
z_value = (
cc_value
& 0x1);
/src/external/gpl3/gdb/dist/opcodes/
tic6x-dis.c
398
unsigned int
cc_value
;
local
400
cc_value
= tic6x_field_bits (opcode, cc_field);
401
s_value = (
cc_value
& 0x2) >> 1;
402
z_value = (
cc_value
& 0x1);
/src/external/gpl3/gdb.old/dist/opcodes/
tic6x-dis.c
398
unsigned int
cc_value
;
local
400
cc_value
= tic6x_field_bits (opcode, cc_field);
401
s_value = (
cc_value
& 0x2) >> 1;
402
z_value = (
cc_value
& 0x1);
Completed in 32 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026